#766056

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

Shades of Dorado #766056

Tints of Dorado #766056

Color information

#766056 (or 0x766056) is unknown color: approx Dorado. HEX triplet: 76, 60 and 56. RGB value is (118,96,86). Sum of RGB (Red+Green+Blue) = 118+96+86=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #766056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766056 is #899FA9. Grayscale: #656565. Windows color (decimal): -9019306 or 5660790. OLE color: 5660790.

HSL color Cylindrical-coordinate representation of color #766056: hue angle of 18.75º 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 #766056 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB1189686-
CMYK00.190.270.54
HSL18.75º15.69%40%-
HSV(B)18.75º27.12%46.27%-
XYZ13.3312.8910.59-
YUV101.44119.29139.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 86 (33.98% from 255) = 28.67%
R=39.33%
G=32%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118968600.190.270.5418.7515.6940
Hex7660560131B36131028
Octal1661401260233366232050
Binary111011011000001010110010011110111101101001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766056; }

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

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

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

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

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

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

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

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