Html Css Color HEX #776052 Dorado

📋 copy color: '#776052'

red 119 ◦ green 96 ◦ blue 82

#776052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #776052

Tints of Dorado #776052

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 value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#776052 (or 0x776052) is known color: 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

RGB 119 96 82 -
CMYK 0 0.19 0.31 0.53
HSL 22.7º 0.18% 0.39% -
HSV(B) 22.7º 0.31% 0.47% -
XYZ 13.31 12.9 9.77 -
YUV 101.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 119 96 82 0 0.19 0.31 0.53 22.7 0.18 0.39
Hex 77 60 52 0 13 1F 35 17 12 27
Octal 167 140 122 0 23 37 65 27 22 47
Binary 1110111 1100000 1010010 0 10011 11111 110101 10111 10010 100111

Color Harmonies of #776052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776052

Black with #776052

Text Example


Text Example

White with #776052

Text Example


Text Example

HTML Codes & Css Web 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>