#726770

Color #726770 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #726770

Tints of Salt Box #726770

Color information

#726770 (or 0x726770) is unknown color: approx Salt Box. HEX triplet: 72, 67 and 70. RGB value is (114,103,112). Sum of RGB (Red+Green+Blue) = 114+103+112=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 114 - color contains mainly: red. Hex color #726770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726770 is #8D988F. Grayscale: #6B6B6B. Windows color (decimal): -9279632 or 7366514. OLE color: 7366514.

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

Color convert

RGB114103112-
CMYK00.100.020.55
HSL310.91º5.07%42.55%-
HSV(B)310.91º9.65%44.71%-
XYZ14.7114.4517.34-
YUV107.32130.64132.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=34.65%
G=31.31%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410311200.100.020.55310.915.0742.55
Hex7267700A23713752b
Octal162147160012267467553
Binary1110010110011111100000101010110111100110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726770; }

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

 H1.HeaderClassName
 {
   color: #726770;
 }
 .AnyTagClassName
 {
   color: #726770;
 }
</style>
background-color css

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

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

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

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

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

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