#775E52

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

Shades of Dorado #775E52

Tints of Dorado #775E52

Color information

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

RGB1199482-
CMYK00.210.310.53
HSL19.46º18.41%39.41%-
HSV(B)19.46º31.09%46.67%-
XYZ13.1312.549.71-
YUV100.11117.78141.48-

RGB Variations

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

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.80%
R=40.34%
G=31.86%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119948200.210.310.5319.4618.4139.41
Hex775E520151F35131227
Octal1671361220253765232247
Binary111011110111101010010010101111111101011001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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