Html Css Color HEX #775E52 Dorado

📋 copy color: '#775E52'

red 119 ◦ green 94 ◦ blue 82

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

Shades of Dorado #775E52

Tints of Dorado #775E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 40.34%
G = 31.86%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#775E52 (or 0x775E52) is known color: Dorado. HEX triplet: 77, 5E and 52. RGB value is (119,94,82). Sum of RGB (Red+Green+Blue) = 119+94+82=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #775E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E52 is #88A1AD. Grayscale: #646464. Windows color (decimal): -8954286 or 5398135. OLE color: 5398135.

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

Color convert

RGB 119 94 82 -
CMYK 0 0.21 0.31 0.53
HSL 19.46º 0.18% 0.39% -
HSV(B) 19.46º 0.31% 0.47% -
XYZ 13.13 12.54 9.71 -
YUV 100.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 119 94 82 0 0.21 0.31 0.53 19.46 0.18 0.39
Hex 77 5E 52 0 15 1F 35 13 12 27
Octal 167 136 122 0 25 37 65 23 22 47
Binary 1110111 1011110 1010010 0 10101 11111 110101 10011 10010 100111

Color Harmonies of #775E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E52

Black with #775E52

Text Example


Text Example

White with #775E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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