#736770

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

Shades of Salt Box #736770

Tints of Salt Box #736770

Color information

#736770 (or 0x736770) is unknown color: approx Salt Box. HEX triplet: 73, 67 and 70. RGB value is (115,103,112). Sum of RGB (Red+Green+Blue) = 115+103+112=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 115 - color contains mainly: red. Hex color #736770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736770 is #8C988F. Grayscale: #6B6B6B. Windows color (decimal): -9214096 or 7366515. OLE color: 7366515.

HSL color Cylindrical-coordinate representation of color #736770: hue angle of 315º degrees, saturation: 0.06, 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 #736770 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB115103112-
CMYK00.100.030.55
HSL315º5.5%42.75%-
HSV(B)315º10.43%45.1%-
XYZ14.8514.5217.35-
YUV107.61130.48133.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=34.85%
G=31.21%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510311200.100.030.553155.542.75
Hex7367700A33713b62b
Octal163147160012367473653
Binary1110011110011111100000101011110111100111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736770; }

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

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

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

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

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

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

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

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