#766270

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

Shades of Salt Box #766270

Tints of Salt Box #766270

Color information

#766270 (or 0x766270) is unknown color: approx Salt Box. HEX triplet: 76, 62 and 70. RGB value is (118,98,112). Sum of RGB (Red+Green+Blue) = 118+98+112=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #766270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766270 is #899D8F. Grayscale: #696969. Windows color (decimal): -9018768 or 7365238. OLE color: 7365238.

HSL color Cylindrical-coordinate representation of color #766270: hue angle of 318º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766270 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11898112-
CMYK00.170.050.54
HSL318º9.26%42.35%-
HSV(B)318º16.95%46.27%-
XYZ14.7613.7617.21-
YUV105.58131.63136.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=35.98%
G=29.88%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189811200.170.050.543189.2642.35
Hex76627001153613e92a
Octal1661421600215664761152
Binary1110110110001011100000100011011101101001111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766270; }

 p { color: rgb(118,98,112); }

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

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

 a { background-color: rgb(118,98,112); }

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

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

 span { border-color: rgb(118,98,112); }

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