Html Css Color HEX #726051 Kabul

📋 copy color: '#726051'

red 114 ◦ green 96 ◦ blue 81

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

Shades of Kabul #726051

Tints of Kabul #726051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

 BLUE value IS 81 (32.03% from 255) = 27.84%

R = 39.18%
G = 32.99%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#726051 (or 0x726051) is known color: Kabul. HEX triplet: 72, 60 and 51. RGB value is (114,96,81). Sum of RGB (Red+Green+Blue) = 114+96+81=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #726051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726051 is #8D9FAE. Grayscale: #636363. Windows color (decimal): -9281455 or 5333106. OLE color: 5333106.

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

Color convert

RGB 114 96 81 -
CMYK 0 0.16 0.29 0.55
HSL 27.27º 0.17% 0.38% -
HSV(B) 27.27º 0.29% 0.45% -
XYZ 12.61 12.54 9.54 -
YUV 99.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 114 96 81 0 0.16 0.29 0.55 27.27 0.17 0.38
Hex 72 60 51 0 10 1D 37 1B 11 26
Octal 162 140 121 0 20 35 67 33 21 46
Binary 1110010 1100000 1010001 0 10000 11101 110111 11011 10001 100110

Color Harmonies of #726051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726051

Black with #726051

Text Example


Text Example

White with #726051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726051; }

 p { color: rgb(114,96,81); }

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

background-color css

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

 a { background-color: rgb(114,96,81); }

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

border-color css

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

 span { border-color: rgb(114,96,81); }

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