Html Css Color HEX #775D51 Dorado

📋 copy color: '#775D51'

red 119 ◦ green 93 ◦ blue 81

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

Shades of Dorado #775D51

Tints of Dorado #775D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

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

R = 40.61%
G = 31.74%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#775D51 (or 0x775D51) is known color: Dorado. HEX triplet: 77, 5D and 51. RGB value is (119,93,81). Sum of RGB (Red+Green+Blue) = 119+93+81=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #775D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D51 is #88A2AE. Grayscale: #636363. Windows color (decimal): -8954543 or 5332343. OLE color: 5332343.

HSL color Cylindrical-coordinate representation of color #775D51: hue angle of 18.95º 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 #775D51 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 93 81 -
CMYK 0 0.22 0.32 0.53
HSL 18.95º 0.19% 0.39% -
HSV(B) 18.95º 0.32% 0.47% -
XYZ 13.01 12.34 9.48 -
YUV 99.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 119 93 81 0 0.22 0.32 0.53 18.95 0.19 0.39
Hex 77 5D 51 0 16 20 35 13 13 27
Octal 167 135 121 0 26 40 65 23 23 47
Binary 1110111 1011101 1010001 0 10110 100000 110101 10011 10011 100111

Color Harmonies of #775D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D51

Black with #775D51

Text Example


Text Example

White with #775D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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