#755F4E

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

Shades of Kabul #755F4E

Tints of Kabul #755F4E

Color information

#755F4E (or 0x755F4E) is unknown color: approx Kabul. HEX triplet: 75, 5F and 4E. RGB value is (117,95,78). Sum of RGB (Red+Green+Blue) = 117+95+78=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #755F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F4E is #8AA0B1. Grayscale: #636363. Windows color (decimal): -9085106 or 5136245. OLE color: 5136245.

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

Color convert

RGB1179578-
CMYK00.190.330.54
HSL26.15º20%38.24%-
HSV(B)26.15º33.33%45.88%-
XYZ12.812.528.95-
YUV99.64115.79140.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 95 (37.5% from 255) = 32.76%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=40.34%
G=32.76%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117957800.190.330.5426.152038.24
Hex755F4E01321361a1426
Octal1651371160234166322446
Binary1110101101111110011100100111000011101101101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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