#766370

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

Shades of Salt Box #766370

Tints of Salt Box #766370

Color information

#766370 (or 0x766370) is unknown color: approx Salt Box. HEX triplet: 76, 63 and 70. RGB value is (118,99,112). Sum of RGB (Red+Green+Blue) = 118+99+112=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #766370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766370 is #899C8F. Grayscale: #6A6A6A. Windows color (decimal): -9018512 or 7365494. OLE color: 7365494.

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

Color convert

RGB11899112-
CMYK00.160.050.54
HSL318.95º8.76%42.55%-
HSV(B)318.95º16.1%46.27%-
XYZ14.8613.9517.24-
YUV106.16131.29136.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=35.87%
G=30.09%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189911200.160.050.54318.958.7642.55
Hex76637001053613f92b
Octal1661431600205664771153
Binary1110110110001111100000100001011101101001111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766370; }

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

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

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

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

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

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

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

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