#755E50

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

Shades of Dorado #755E50

Tints of Dorado #755E50

Color information

#755E50 (or 0x755E50) is unknown color: approx Dorado. HEX triplet: 75, 5E and 50. RGB value is (117,94,80). Sum of RGB (Red+Green+Blue) = 117+94+80=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #755E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E50 is #8AA1AF. Grayscale: #636363. Windows color (decimal): -9085360 or 5267061. OLE color: 5267061.

HSL color Cylindrical-coordinate representation of color #755E50: hue angle of 22.7º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755E50 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1179480-
CMYK00.200.320.54
HSL22.7º18.78%38.63%-
HSV(B)22.7º31.62%45.88%-
XYZ12.7912.379.3-
YUV99.28117.12140.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=40.21%
G=32.30%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117948000.200.320.5422.718.7838.63
Hex755E500142036171327
Octal1651361200244066272347
Binary1110101101111010100000101001000001101101011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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