Html Css Color HEX #775D53 Dorado

📋 copy color: '#775D53'

red 119 ◦ green 93 ◦ blue 83

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

Shades of Dorado #775D53

Tints of Dorado #775D53

RGB

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

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

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

R = 40.34%
G = 31.53%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#775D53 (or 0x775D53) is known color: Dorado. HEX triplet: 77, 5D and 53. RGB value is (119,93,83). Sum of RGB (Red+Green+Blue) = 119+93+83=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #775D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D53 is #88A2AC. Grayscale: #636363. Windows color (decimal): -8954541 or 5463415. OLE color: 5463415.

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

Color convert

RGB 119 93 83 -
CMYK 0 0.22 0.30 0.53
HSL 16.67º 0.18% 0.4% -
HSV(B) 16.67º 0.3% 0.47% -
XYZ 13.08 12.38 9.88 -
YUV 99.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 119 93 83 0 0.22 0.30 0.53 16.67 0.18 0.4
Hex 77 5D 53 0 16 1E 35 11 12 28
Octal 167 135 123 0 26 36 65 21 22 50
Binary 1110111 1011101 1010011 0 10110 11110 110101 10001 10010 101000

Color Harmonies of #775D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D53

Black with #775D53

Text Example


Text Example

White with #775D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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