#766154

Color #766154 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #766154

Tints of Dorado #766154

Color information

#766154 (or 0x766154) is unknown color: approx Dorado. HEX triplet: 76, 61 and 54. RGB value is (118,97,84). Sum of RGB (Red+Green+Blue) = 118+97+84=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #766154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766154 is #899EAB. Grayscale: #656565. Windows color (decimal): -9019052 or 5529974. OLE color: 5529974.

HSL color Cylindrical-coordinate representation of color #766154: hue angle of 22.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766154 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1189784-
CMYK00.180.290.54
HSL22.94º16.83%39.61%-
HSV(B)22.94º28.81%46.27%-
XYZ13.3513.0410.2-
YUV101.8117.96139.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=39.46%
G=32.44%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118978400.180.290.5422.9416.8339.61
Hex7661540121D36171128
Octal1661411240223566272150
Binary111011011000011010100010010111011101101011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766154; }

 p { color: rgb(118,97,84); }

 H1.HeaderClassName
 {
   color: #766154;
 }
 .AnyTagClassName
 {
   color: #766154;
 }
</style>
background-color css

<style>
 a { background-color: #766154; }

 a { background-color: rgb(118,97,84); }

 div.DivClassName
 {
   background-color: #766154;
 }
 .BgClassName
 {
   background-color: #766154;
 }
</style>
border-color css

<style>
 span { border-color: #766154; }

 span { border-color: rgb(118,97,84); }

 td.TdClassName
 {
   border-color: #766154;
 }
 .TagClassName
 {
   border-color: #766154;
 }
</style>