Html Css Color HEX #726970 Salt Box

📋 copy color: '#726970'

red 114 ◦ green 105 ◦ blue 112

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

Shades of Salt Box #726970

Tints of Salt Box #726970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.72%

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

R = 34.44%
G = 31.72%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#726970 (or 0x726970) is known color: Salt Box. HEX triplet: 72, 69 and 70. RGB value is (114,105,112). Sum of RGB (Red+Green+Blue) = 114+105+112=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 114 - color contains mainly: red. Hex color #726970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726970 is #8D968F. Grayscale: #6C6C6C. Windows color (decimal): -9279120 or 7367026. OLE color: 7367026.

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

Color convert

RGB 114 105 112 -
CMYK 0 0.08 0.02 0.55
HSL 313.33º 0.04% 0.43% -
HSV(B) 313.33º 0.08% 0.45% -
XYZ 14.92 14.85 17.41 -
YUV 108.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 114 105 112 0 0.08 0.02 0.55 313.33 0.04 0.43
Hex 72 69 70 0 8 2 37 139 4 2B
Octal 162 151 160 0 10 2 67 471 4 53
Binary 1110010 1101001 1110000 0 1000 10 110111 100111001 100 101011

Color Harmonies of #726970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726970

Black with #726970

Text Example


Text Example

White with #726970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726970; }

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

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

background-color css

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

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

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

border-color css

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

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

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