Html Css Color HEX #776051 Dorado

📋 copy color: '#776051'

red 119 ◦ green 96 ◦ blue 81

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

Shades of Dorado #776051

Tints of Dorado #776051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.36%

R = 40.2%
G = 32.43%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#776051 (or 0x776051) is known color: Dorado. HEX triplet: 77, 60 and 51. RGB value is (119,96,81). Sum of RGB (Red+Green+Blue) = 119+96+81=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #776051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776051 is #889FAE. Grayscale: #656565. Windows color (decimal): -8953775 or 5333111. OLE color: 5333111.

HSL color Cylindrical-coordinate representation of color #776051: hue angle of 23.68º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776051 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 81 -
CMYK 0 0.19 0.32 0.53
HSL 23.68º 0.19% 0.39% -
HSV(B) 23.68º 0.32% 0.47% -
XYZ 13.28 12.88 9.57 -
YUV 101.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 119 96 81 0 0.19 0.32 0.53 23.68 0.19 0.39
Hex 77 60 51 0 13 20 35 18 13 27
Octal 167 140 121 0 23 40 65 30 23 47
Binary 1110111 1100000 1010001 0 10011 100000 110101 11000 10011 100111

Color Harmonies of #776051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776051

Black with #776051

Text Example


Text Example

White with #776051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776051; }

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

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

background-color css

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

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

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

border-color css

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

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

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