Html Css Color HEX #725F50 Kabul

📋 copy color: '#725F50'

red 114 ◦ green 95 ◦ blue 80

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

Shades of Kabul #725F50

Tints of Kabul #725F50

RGB

 RED value IS 114 (44.92% from 255) = 39.45%

 GREEN value IS 95 (37.5% from 255) = 32.87%

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 39.45%
G = 32.87%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#725F50 (or 0x725F50) is known color: Kabul. HEX triplet: 72, 5F and 50. RGB value is (114,95,80). Sum of RGB (Red+Green+Blue) = 114+95+80=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #725F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F50 is #8DA0AF. Grayscale: #636363. Windows color (decimal): -9281712 or 5267314. OLE color: 5267314.

HSL color Cylindrical-coordinate representation of color #725F50: hue angle of 26.47º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725F50 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 95 80 -
CMYK 0 0.17 0.30 0.55
HSL 26.47º 0.18% 0.38% -
HSV(B) 26.47º 0.3% 0.45% -
XYZ 12.48 12.34 9.31 -
YUV 98.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 114 95 80 0 0.17 0.30 0.55 26.47 0.18 0.38
Hex 72 5F 50 0 11 1E 37 1A 12 26
Octal 162 137 120 0 21 36 67 32 22 46
Binary 1110010 1011111 1010000 0 10001 11110 110111 11010 10010 100110

Color Harmonies of #725F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F50

Black with #725F50

Text Example


Text Example

White with #725F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725F50; }

 p { color: rgb(114,95,80); }

 H1.HeaderClassName
 {
   color: #725F50;
 }
 .AnyTagClassName
 {
   color: #725F50;
 }
</style>

background-color css

<style>
 a { background-color: #725F50; }

 a { background-color: rgb(114,95,80); }

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

border-color css

<style>
 span { border-color: #725F50; }

 span { border-color: rgb(114,95,80); }

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