Html Css Color HEX #726870 Salt Box

📋 copy color: '#726870'

red 114 ◦ green 104 ◦ blue 112

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

Shades of Salt Box #726870

Tints of Salt Box #726870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 34.55%
G = 31.52%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#726870 (or 0x726870) is known color: Salt Box. HEX triplet: 72, 68 and 70. RGB value is (114,104,112). Sum of RGB (Red+Green+Blue) = 114+104+112=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 114 - color contains mainly: red. Hex color #726870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726870 is #8D978F. Grayscale: #6B6B6B. Windows color (decimal): -9279376 or 7366770. OLE color: 7366770.

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

Color convert

RGB 114 104 112 -
CMYK 0 0.09 0.02 0.55
HSL 312º 0.05% 0.43% -
HSV(B) 312º 0.09% 0.45% -
XYZ 14.81 14.65 17.38 -
YUV 107.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 114 104 112 0 0.09 0.02 0.55 312 0.05 0.43
Hex 72 68 70 0 9 2 37 138 5 2B
Octal 162 150 160 0 11 2 67 470 5 53
Binary 1110010 1101000 1110000 0 1001 10 110111 100111000 101 101011

Color Harmonies of #726870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726870

Black with #726870

Text Example


Text Example

White with #726870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726870; }

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

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

background-color css

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

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

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

border-color css

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

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

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