Html Css Color HEX #775E51 Dorado

📋 copy color: '#775E51'

red 119 ◦ green 94 ◦ blue 81

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

Shades of Dorado #775E51

Tints of Dorado #775E51

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.97%

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

R = 40.48%
G = 31.97%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#775E51 (or 0x775E51) is known color: Dorado. HEX triplet: 77, 5E and 51. RGB value is (119,94,81). Sum of RGB (Red+Green+Blue) = 119+94+81=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #775E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E51 is #88A1AE. Grayscale: #646464. Windows color (decimal): -8954287 or 5332599. OLE color: 5332599.

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

Color convert

RGB 119 94 81 -
CMYK 0 0.21 0.32 0.53
HSL 20.53º 0.19% 0.39% -
HSV(B) 20.53º 0.32% 0.47% -
XYZ 13.1 12.52 9.51 -
YUV 99.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 119 94 81 0 0.21 0.32 0.53 20.53 0.19 0.39
Hex 77 5E 51 0 15 20 35 15 13 27
Octal 167 136 121 0 25 40 65 25 23 47
Binary 1110111 1011110 1010001 0 10101 100000 110101 10101 10011 100111

Color Harmonies of #775E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E51

Black with #775E51

Text Example


Text Example

White with #775E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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