Html Css Color HEX #755E4E Kabul

📋 copy color: '#755E4E'

red 117 ◦ green 94 ◦ blue 78

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

Shades of Kabul #755E4E

Tints of Kabul #755E4E

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

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

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

RGB 117 94 78 -
CMYK 0 0.20 0.33 0.54
HSL 24.62º 0.2% 0.38% -
HSV(B) 24.62º 0.33% 0.46% -
XYZ 12.71 12.34 8.92 -
YUV 99.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 117 94 78 0 0.20 0.33 0.54 24.62 0.2 0.38
Hex 75 5E 4E 0 14 21 36 19 14 26
Octal 165 136 116 0 24 41 66 31 24 46
Binary 1110101 1011110 1001110 0 10100 100001 110110 11001 10100 100110

Color Harmonies of #755E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E4E

Black with #755E4E

Text Example


Text Example

White with #755E4E

Text Example


Text Example

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