Html Css Color HEX #726270 Salt Box

📋 copy color: '#726270'

red 114 ◦ green 98 ◦ blue 112

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

Shades of Salt Box #726270

Tints of Salt Box #726270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

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

R = 35.19%
G = 30.25%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#726270 (or 0x726270) is known color: Salt Box. HEX triplet: 72, 62 and 70. RGB value is (114,98,112). Sum of RGB (Red+Green+Blue) = 114+98+112=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #726270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726270 is #8D9D8F. Grayscale: #686868. Windows color (decimal): -9280912 or 7365234. OLE color: 7365234.

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

Color convert

RGB 114 98 112 -
CMYK 0 0.14 0.02 0.55
HSL 307.5º 0.08% 0.42% -
HSV(B) 307.5º 0.14% 0.45% -
XYZ 14.23 13.48 17.18 -
YUV 104.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 114 98 112 0 0.14 0.02 0.55 307.5 0.08 0.42
Hex 72 62 70 0 E 2 37 134 8 2A
Octal 162 142 160 0 16 2 67 464 10 52
Binary 1110010 1100010 1110000 0 1110 10 110111 100110100 1000 101010

Color Harmonies of #726270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726270

Black with #726270

Text Example


Text Example

White with #726270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726270; }

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

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

background-color css

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

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

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

border-color css

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

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

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