Html Css Color HEX #776054 Dorado

📋 copy color: '#776054'

red 119 ◦ green 96 ◦ blue 84

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

Shades of Dorado #776054

Tints of Dorado #776054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.09%

R = 39.8%
G = 32.11%
B = 28.09%

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

#776054 (or 0x776054) is known color: Dorado. HEX triplet: 77, 60 and 54. RGB value is (119,96,84). Sum of RGB (Red+Green+Blue) = 119+96+84=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #776054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776054 is #889FAB. Grayscale: #656565. Windows color (decimal): -8953772 or 5529719. OLE color: 5529719.

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

Color convert

RGB 119 96 84 -
CMYK 0 0.19 0.29 0.53
HSL 20.57º 0.17% 0.4% -
HSV(B) 20.57º 0.29% 0.47% -
XYZ 13.39 12.93 10.18 -
YUV 101.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 119 96 84 0 0.19 0.29 0.53 20.57 0.17 0.4
Hex 77 60 54 0 13 1D 35 15 11 28
Octal 167 140 124 0 23 35 65 25 21 50
Binary 1110111 1100000 1010100 0 10011 11101 110101 10101 10001 101000

Color Harmonies of #776054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776054

Black with #776054

Text Example


Text Example

White with #776054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776054; }

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

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

background-color css

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

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

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

border-color css

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

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

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