Html Css Color HEX #745E4E Kabul

📋 copy color: '#745E4E'

red 116 ◦ green 94 ◦ blue 78

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

Shades of Kabul #745E4E

Tints of Kabul #745E4E

RGB

 RED value IS 116 (45.7% from 255) = 40.28%

 GREEN value IS 94 (37.11% from 255) = 32.64%

 BLUE value IS 78 (30.86% from 255) = 27.08%

R = 40.28%
G = 32.64%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#745E4E (or 0x745E4E) is known color: Kabul. HEX triplet: 74, 5E and 4E. RGB value is (116,94,78). Sum of RGB (Red+Green+Blue) = 116+94+78=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #745E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E4E is #8BA1B1. Grayscale: #626262. Windows color (decimal): -9150898 or 5135988. OLE color: 5135988.

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

Color convert

RGB 116 94 78 -
CMYK 0 0.19 0.33 0.55
HSL 25.26º 0.2% 0.38% -
HSV(B) 25.26º 0.33% 0.45% -
XYZ 12.58 12.27 8.91 -
YUV 98.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 116 94 78 0 0.19 0.33 0.55 25.26 0.2 0.38
Hex 74 5E 4E 0 13 21 37 19 14 26
Octal 164 136 116 0 23 41 67 31 24 46
Binary 1110100 1011110 1001110 0 10011 100001 110111 11001 10100 100110

Color Harmonies of #745E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E4E

Black with #745E4E

Text Example


Text Example

White with #745E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #745E4E;
 }
 .AnyTagClassName
 {
   color: #745E4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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