#755C4E

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

Shades of Dorado #755C4E

Tints of Dorado #755C4E

Color information

#755C4E (or 0x755C4E) is unknown color: approx Dorado. HEX triplet: 75, 5C and 4E. RGB value is (117,92,78). Sum of RGB (Red+Green+Blue) = 117+92+78=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C4E is #8AA3B1. Grayscale: #616161. Windows color (decimal): -9085874 or 5135477. OLE color: 5135477.

HSL color Cylindrical-coordinate representation of color #755C4E: hue angle of 21.54º 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 #755C4E is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1179278-
CMYK00.210.330.54
HSL21.54º20%38.24%-
HSV(B)21.54º33.33%45.88%-
XYZ12.5411.998.86-
YUV97.88116.78141.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=40.77%
G=32.06%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117927800.210.330.5421.542038.24
Hex755C4E0152136161426
Octal1651341160254166262446
Binary1110101101110010011100101011000011101101011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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