Html Css Color HEX #776156 Dorado

📋 copy color: '#776156'

red 119 ◦ green 97 ◦ blue 86

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

Shades of Dorado #776156

Tints of Dorado #776156

RGB

 RED value IS 119 (46.88% from 255) = 39.4%

 GREEN value IS 97 (38.28% from 255) = 32.12%

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 39.4%
G = 32.12%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#776156 (or 0x776156) is known color: Dorado. HEX triplet: 77, 61 and 56. RGB value is (119,97,86). Sum of RGB (Red+Green+Blue) = 119+97+86=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776156 is #889EA9. Grayscale: #666666. Windows color (decimal): -8953514 or 5661047. OLE color: 5661047.

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

Color convert

RGB 119 97 86 -
CMYK 0 0.18 0.28 0.53
HSL 20º 0.16% 0.4% -
HSV(B) 20º 0.28% 0.47% -
XYZ 13.56 13.14 10.63 -
YUV 102.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 119 97 86 0 0.18 0.28 0.53 20 0.16 0.4
Hex 77 61 56 0 12 1C 35 14 10 28
Octal 167 141 126 0 22 34 65 24 20 50
Binary 1110111 1100001 1010110 0 10010 11100 110101 10100 10000 101000

Color Harmonies of #776156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776156

Black with #776156

Text Example


Text Example

White with #776156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776156; }

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

 H1.HeaderClassName
 {
   color: #776156;
 }
 .AnyTagClassName
 {
   color: #776156;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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