Html Css Color HEX #776055 Dorado

📋 copy color: '#776055'

red 119 ◦ green 96 ◦ blue 85

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

Shades of Dorado #776055

Tints of Dorado #776055

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

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

R = 39.67%
G = 32%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#776055 (or 0x776055) is known color: Dorado. HEX triplet: 77, 60 and 55. RGB value is (119,96,85). Sum of RGB (Red+Green+Blue) = 119+96+85=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #776055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776055 is #889FAA. Grayscale: #656565. Windows color (decimal): -8953771 or 5595255. OLE color: 5595255.

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

Color convert

RGB 119 96 85 -
CMYK 0 0.19 0.29 0.53
HSL 19.41º 0.17% 0.4% -
HSV(B) 19.41º 0.29% 0.47% -
XYZ 13.43 12.94 10.38 -
YUV 101.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 119 96 85 0 0.19 0.29 0.53 19.41 0.17 0.4
Hex 77 60 55 0 13 1D 35 13 11 28
Octal 167 140 125 0 23 35 65 23 21 50
Binary 1110111 1100000 1010101 0 10011 11101 110101 10011 10001 101000

Color Harmonies of #776055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776055

Black with #776055

Text Example


Text Example

White with #776055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776055; }

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

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

background-color css

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

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

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

border-color css

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

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

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