#745E4F

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

Shades of Kabul #745E4F

Tints of Kabul #745E4F

Color information

#745E4F (or 0x745E4F) is unknown color: approx Kabul. HEX triplet: 74, 5E and 4F. RGB value is (116,94,79). Sum of RGB (Red+Green+Blue) = 116+94+79=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #745E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E4F is #8BA1B0. Grayscale: #626262. Windows color (decimal): -9150897 or 5201524. OLE color: 5201524.

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

Color convert

RGB1169479-
CMYK00.190.320.55
HSL24.32º18.97%38.24%-
HSV(B)24.32º31.9%45.49%-
XYZ12.6212.289.1-
YUV98.87116.79140.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=40.14%
G=32.53%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116947900.190.320.5524.3218.9738.24
Hex745E4F0132037181326
Octal1641361170234067302346
Binary1110100101111010011110100111000001101111100010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745E4F; }

 p { color: rgb(116,94,79); }

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

<style>
 a { background-color: #745E4F; }

 a { background-color: rgb(116,94,79); }

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

<style>
 span { border-color: #745E4F; }

 span { border-color: rgb(116,94,79); }

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