Html Css Color HEX #726570 Salt Box

📋 copy color: '#726570'

red 114 ◦ green 101 ◦ blue 112

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

Shades of Salt Box #726570

Tints of Salt Box #726570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

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

R = 34.86%
G = 30.89%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#726570 (or 0x726570) is known color: Salt Box. HEX triplet: 72, 65 and 70. RGB value is (114,101,112). Sum of RGB (Red+Green+Blue) = 114+101+112=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #726570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726570 is #8D9A8F. Grayscale: #6A6A6A. Windows color (decimal): -9280144 or 7366002. OLE color: 7366002.

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

Color convert

RGB 114 101 112 -
CMYK 0 0.11 0.02 0.55
HSL 309.23º 0.06% 0.42% -
HSV(B) 309.23º 0.11% 0.45% -
XYZ 14.52 14.05 17.28 -
YUV 106.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 114 101 112 0 0.11 0.02 0.55 309.23 0.06 0.42
Hex 72 65 70 0 B 2 37 135 6 2A
Octal 162 145 160 0 13 2 67 465 6 52
Binary 1110010 1100101 1110000 0 1011 10 110111 100110101 110 101010

Color Harmonies of #726570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726570

Black with #726570

Text Example


Text Example

White with #726570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726570; }

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

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

background-color css

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

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

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

border-color css

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

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

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