Html Css Color HEX #775E53 Dorado

📋 copy color: '#775E53'

red 119 ◦ green 94 ◦ blue 83

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

Shades of Dorado #775E53

Tints of Dorado #775E53

RGB

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

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

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

R = 40.2%
G = 31.76%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#775E53 (or 0x775E53) is known color: Dorado. HEX triplet: 77, 5E and 53. RGB value is (119,94,83). Sum of RGB (Red+Green+Blue) = 119+94+83=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #775E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E53 is #88A1AC. Grayscale: #646464. Windows color (decimal): -8954285 or 5463671. OLE color: 5463671.

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

Color convert

RGB 119 94 83 -
CMYK 0 0.21 0.30 0.53
HSL 18.33º 0.18% 0.4% -
HSV(B) 18.33º 0.3% 0.47% -
XYZ 13.17 12.55 9.91 -
YUV 100.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 119 94 83 0 0.21 0.30 0.53 18.33 0.18 0.4
Hex 77 5E 53 0 15 1E 35 12 12 28
Octal 167 136 123 0 25 36 65 22 22 50
Binary 1110111 1011110 1010011 0 10101 11110 110101 10010 10010 101000

Color Harmonies of #775E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E53

Black with #775E53

Text Example


Text Example

White with #775E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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