Html Css Color HEX #776053 Dorado

📋 copy color: '#776053'

red 119 ◦ green 96 ◦ blue 83

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

Shades of Dorado #776053

Tints of Dorado #776053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 39.93%
G = 32.21%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#776053 (or 0x776053) is known color: Dorado. HEX triplet: 77, 60 and 53. RGB value is (119,96,83). Sum of RGB (Red+Green+Blue) = 119+96+83=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #776053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776053 is #889FAC. Grayscale: #656565. Windows color (decimal): -8953773 or 5464183. OLE color: 5464183.

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

Color convert

RGB 119 96 83 -
CMYK 0 0.19 0.30 0.53
HSL 21.67º 0.18% 0.4% -
HSV(B) 21.67º 0.3% 0.47% -
XYZ 13.35 12.91 9.97 -
YUV 101.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 119 96 83 0 0.19 0.30 0.53 21.67 0.18 0.4
Hex 77 60 53 0 13 1E 35 16 12 28
Octal 167 140 123 0 23 36 65 26 22 50
Binary 1110111 1100000 1010011 0 10011 11110 110101 10110 10010 101000

Color Harmonies of #776053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776053

Black with #776053

Text Example


Text Example

White with #776053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776053; }

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

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

background-color css

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

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

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

border-color css

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

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

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