#736670

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

Shades of Salt Box #736670

Tints of Salt Box #736670

Color information

#736670 (or 0x736670) is unknown color: approx Salt Box. HEX triplet: 73, 66 and 70. RGB value is (115,102,112). Sum of RGB (Red+Green+Blue) = 115+102+112=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 115 - color contains mainly: red. Hex color #736670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736670 is #8C998F. Grayscale: #6B6B6B. Windows color (decimal): -9214352 or 7366259. OLE color: 7366259.

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

Color convert

RGB115102112-
CMYK00.110.030.55
HSL313.85º5.99%42.55%-
HSV(B)313.85º11.3%45.1%-
XYZ14.7514.3217.32-
YUV107.03130.81133.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=34.95%
G=31.00%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510211200.110.030.55313.855.9942.55
Hex7366700B33713a62b
Octal163146160013367472653
Binary1110011110011011100000101111110111100111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736670; }

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

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

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

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

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

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

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

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