Html Css Color HEX #726670 Salt Box

📋 copy color: '#726670'

red 114 ◦ green 102 ◦ blue 112

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

Shades of Salt Box #726670

Tints of Salt Box #726670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

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

R = 34.76%
G = 31.1%
B = 34.15%

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

#726670 (or 0x726670) is known color: Salt Box. HEX triplet: 72, 66 and 70. RGB value is (114,102,112). Sum of RGB (Red+Green+Blue) = 114+102+112=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 114 - color contains mainly: red. Hex color #726670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726670 is #8D998F. Grayscale: #6A6A6A. Windows color (decimal): -9279888 or 7366258. OLE color: 7366258.

HSL color Cylindrical-coordinate representation of color #726670: hue angle of 310º 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 #726670 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 102 112 -
CMYK 0 0.11 0.02 0.55
HSL 310º 0.06% 0.42% -
HSV(B) 310º 0.11% 0.45% -
XYZ 14.62 14.25 17.31 -
YUV 106.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 114 102 112 0 0.11 0.02 0.55 310 0.06 0.42
Hex 72 66 70 0 B 2 37 136 6 2A
Octal 162 146 160 0 13 2 67 466 6 52
Binary 1110010 1100110 1110000 0 1011 10 110111 100110110 110 101010

Color Harmonies of #726670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726670

Black with #726670

Text Example


Text Example

White with #726670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726670; }

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

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

background-color css

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

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

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

border-color css

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

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

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