#775E53

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

Shades of Dorado #775E53

Tints of Dorado #775E53

Color information

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

RGB1199483-
CMYK00.210.300.53
HSL18.33º17.82%39.61%-
HSV(B)18.33º30.25%46.67%-
XYZ13.1712.559.91-
YUV100.22118.28141.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 83 (32.81% from 255) = 28.04%
R=40.20%
G=31.76%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119948300.210.300.5318.3317.8239.61
Hex775E530151E35121228
Octal1671361230253665222250
Binary111011110111101010011010101111101101011001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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