Html Css Color HEX #726370 Salt Box

📋 copy color: '#726370'

red 114 ◦ green 99 ◦ blue 112

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

Shades of Salt Box #726370

Tints of Salt Box #726370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 35.08%
G = 30.46%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#726370 (or 0x726370) is known color: Salt Box. HEX triplet: 72, 63 and 70. RGB value is (114,99,112). Sum of RGB (Red+Green+Blue) = 114+99+112=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #726370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726370 is #8D9C8F. Grayscale: #686868. Windows color (decimal): -9280656 or 7365490. OLE color: 7365490.

HSL color Cylindrical-coordinate representation of color #726370: hue angle of 308º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #726370 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 112 -
CMYK 0 0.13 0.02 0.55
HSL 308º 0.07% 0.42% -
HSV(B) 308º 0.13% 0.45% -
XYZ 14.33 13.67 17.21 -
YUV 104.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 114 99 112 0 0.13 0.02 0.55 308 0.07 0.42
Hex 72 63 70 0 D 2 37 134 7 2A
Octal 162 143 160 0 15 2 67 464 7 52
Binary 1110010 1100011 1110000 0 1101 10 110111 100110100 111 101010

Color Harmonies of #726370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726370

Black with #726370

Text Example


Text Example

White with #726370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726370; }

 p { color: rgb(114,99,112); }

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

background-color css

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

 a { background-color: rgb(114,99,112); }

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

border-color css

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

 span { border-color: rgb(114,99,112); }

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