#755E4E

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

Shades of Kabul #755E4E

Tints of Kabul #755E4E

Color information

#755E4E (or 0x755E4E) is unknown color: approx Kabul. HEX triplet: 75, 5E and 4E. RGB value is (117,94,78). Sum of RGB (Red+Green+Blue) = 117+94+78=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #755E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E4E is #8AA1B1. Grayscale: #636363. Windows color (decimal): -9085362 or 5135989. OLE color: 5135989.

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

Color convert

RGB1179478-
CMYK00.200.330.54
HSL24.62º20%38.24%-
HSV(B)24.62º33.33%45.88%-
XYZ12.7112.348.92-
YUV99.05116.12140.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=40.48%
G=32.53%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117947800.200.330.5424.622038.24
Hex755E4E0142136191426
Octal1651361160244166312446
Binary1110101101111010011100101001000011101101100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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