#775D53

Color #775D53 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #775D53

Tints of Dorado #775D53

Color information

#775D53 (or 0x775D53) is unknown color: approx 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

RGB1199383-
CMYK00.220.300.53
HSL16.67º17.82%39.61%-
HSV(B)16.67º30.25%46.67%-
XYZ13.0812.389.88-
YUV99.63118.61141.81-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119938300.220.300.5316.6717.8239.61
Hex775D530161E35111228
Octal1671351230263665212250
Binary111011110111011010011010110111101101011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>