#766156

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

Shades of Dorado #766156

Tints of Dorado #766156

Color information

#766156 (or 0x766156) is unknown color: approx Dorado. HEX triplet: 76, 61 and 56. RGB value is (118,97,86). Sum of RGB (Red+Green+Blue) = 118+97+86=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766156 is #899EA9. Grayscale: #666666. Windows color (decimal): -9019050 or 5661046. OLE color: 5661046.

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

Color convert

RGB1189786-
CMYK00.180.270.54
HSL20.63º15.69%40%-
HSV(B)20.63º27.12%46.27%-
XYZ13.4313.0710.62-
YUV102.02118.96139.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=39.20%
G=32.23%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118978600.180.270.5420.6315.6940
Hex7661560121B36151028
Octal1661411260223366252050
Binary111011011000011010110010010110111101101010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766156; }

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

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

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

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

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

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

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

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