#775E50

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

Shades of Dorado #775E50

Tints of Dorado #775E50

Color information

#775E50 (or 0x775E50) is unknown color: approx Dorado. HEX triplet: 77, 5E and 50. RGB value is (119,94,80). Sum of RGB (Red+Green+Blue) = 119+94+80=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #775E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E50 is #88A1AF. Grayscale: #636363. Windows color (decimal): -8954288 or 5267063. OLE color: 5267063.

HSL color Cylindrical-coordinate representation of color #775E50: hue angle of 21.54º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775E50 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1199480-
CMYK00.210.330.53
HSL21.54º19.6%39.02%-
HSV(B)21.54º32.77%46.67%-
XYZ13.0612.519.32-
YUV99.88116.78141.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=40.61%
G=32.08%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119948000.210.330.5321.5419.639.02
Hex775E500152135161427
Octal1671361200254165262447
Binary1110111101111010100000101011000011101011011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,94,80); }

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

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

 a { background-color: rgb(119,94,80); }

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

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

 span { border-color: rgb(119,94,80); }

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