#755F4F

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

Shades of Kabul #755F4F

Tints of Kabul #755F4F

Color information

#755F4F (or 0x755F4F) is unknown color: approx Kabul. HEX triplet: 75, 5F and 4F. RGB value is (117,95,79). Sum of RGB (Red+Green+Blue) = 117+95+79=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #755F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F4F is #8AA0B0. Grayscale: #636363. Windows color (decimal): -9085105 or 5201781. OLE color: 5201781.

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

Color convert

RGB1179579-
CMYK00.190.320.54
HSL25.26º19.39%38.43%-
HSV(B)25.26º32.48%45.88%-
XYZ12.8412.539.14-
YUV99.75116.29140.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 79 (31.25% from 255) = 27.15%
R=40.21%
G=32.65%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117957900.190.320.5425.2619.3938.43
Hex755F4F0132036191326
Octal1651371170234066312346
Binary1110101101111110011110100111000001101101100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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