#776052

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

Shades of Dorado #776052

Tints of Dorado #776052

Color information

#776052 (or 0x776052) is unknown color: approx Dorado. HEX triplet: 77, 60 and 52. RGB value is (119,96,82). Sum of RGB (Red+Green+Blue) = 119+96+82=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #776052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776052 is #889FAD. Grayscale: #656565. Windows color (decimal): -8953774 or 5398647. OLE color: 5398647.

HSL color Cylindrical-coordinate representation of color #776052: hue angle of 22.7º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776052 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1199682-
CMYK00.190.310.53
HSL22.7º18.41%39.41%-
HSV(B)22.7º31.09%46.67%-
XYZ13.3112.99.77-
YUV101.28117.12140.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=40.07%
G=32.32%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119968200.190.310.5322.718.4139.41
Hex7760520131F35171227
Octal1671401220233765272247
Binary111011111000001010010010011111111101011011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776052; }

 p { color: rgb(119,96,82); }

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

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

 a { background-color: rgb(119,96,82); }

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

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

 span { border-color: rgb(119,96,82); }

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