#775F53

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

Shades of Dorado #775F53

Tints of Dorado #775F53

Color information

#775F53 (or 0x775F53) is unknown color: approx Dorado. HEX triplet: 77, 5F and 53. RGB value is (119,95,83). Sum of RGB (Red+Green+Blue) = 119+95+83=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #775F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F53 is #88A0AC. Grayscale: #646464. Windows color (decimal): -8954029 or 5463927. OLE color: 5463927.

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

Color convert

RGB1199583-
CMYK00.200.300.53
HSL20º17.82%39.61%-
HSV(B)20º30.25%46.67%-
XYZ13.2612.739.94-
YUV100.81117.95140.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=40.07%
G=31.99%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119958300.200.300.532017.8239.61
Hex775F530141E35141228
Octal1671371230243665242250
Binary111011110111111010011010100111101101011010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #775F53;
 }
 .AnyTagClassName
 {
   color: #775F53;
 }
</style>
background-color css

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

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

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

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

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

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