Html Css Color HEX #776155 Dorado

📋 copy color: '#776155'

red 119 ◦ green 97 ◦ blue 85

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

Shades of Dorado #776155

Tints of Dorado #776155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 39.53%
G = 32.23%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#776155 (or 0x776155) is known color: Dorado. HEX triplet: 77, 61 and 55. RGB value is (119,97,85). Sum of RGB (Red+Green+Blue) = 119+97+85=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #776155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776155 is #889EAA. Grayscale: #666666. Windows color (decimal): -8953515 or 5595511. OLE color: 5595511.

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

Color convert

RGB 119 97 85 -
CMYK 0 0.18 0.29 0.53
HSL 21.18º 0.17% 0.4% -
HSV(B) 21.18º 0.29% 0.47% -
XYZ 13.52 13.13 10.42 -
YUV 102.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 119 97 85 0 0.18 0.29 0.53 21.18 0.17 0.4
Hex 77 61 55 0 12 1D 35 15 11 28
Octal 167 141 125 0 22 35 65 25 21 50
Binary 1110111 1100001 1010101 0 10010 11101 110101 10101 10001 101000

Color Harmonies of #776155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776155

Black with #776155

Text Example


Text Example

White with #776155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776155; }

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

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

background-color css

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

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

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

border-color css

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

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

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