Html Css Color HEX #755F4F Kabul

📋 copy color: '#755F4F'

red 117 ◦ green 95 ◦ blue 79

#755F4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kabul #755F4F

Tints of Kabul #755F4F

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 value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#755F4F (or 0x755F4F) is known color: 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

RGB 117 95 79 -
CMYK 0 0.19 0.32 0.54
HSL 25.26º 0.19% 0.38% -
HSV(B) 25.26º 0.32% 0.46% -
XYZ 12.84 12.53 9.14 -
YUV 99.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 117 95 79 0 0.19 0.32 0.54 25.26 0.19 0.38
Hex 75 5F 4F 0 13 20 36 19 13 26
Octal 165 137 117 0 23 40 66 31 23 46
Binary 1110101 1011111 1001111 0 10011 100000 110110 11001 10011 100110

Color Harmonies of #755F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F4F

Black with #755F4F

Text Example


Text Example

White with #755F4F

Text Example


Text Example

HTML Codes & Css Web 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>