#755B4E

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

Shades of Dorado #755B4E

Tints of Dorado #755B4E

Color information

#755B4E (or 0x755B4E) is unknown color: approx Dorado. HEX triplet: 75, 5B and 4E. RGB value is (117,91,78). Sum of RGB (Red+Green+Blue) = 117+91+78=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #755B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B4E is #8AA4B1. Grayscale: #616161. Windows color (decimal): -9086130 or 5135221. OLE color: 5135221.

HSL color Cylindrical-coordinate representation of color #755B4E: hue angle of 20º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #755B4E is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1179178-
CMYK00.220.330.54
HSL20º20%38.24%-
HSV(B)20º33.33%45.88%-
XYZ12.4511.818.83-
YUV97.29117.11142.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=40.91%
G=31.82%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117917800.220.330.54202038.24
Hex755B4E0162136141426
Octal1651331160264166242446
Binary1110101101101110011100101101000011101101010010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,91,78); }

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

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

 a { background-color: rgb(117,91,78); }

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

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

 span { border-color: rgb(117,91,78); }

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