#764C70

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

Shades of Salt Box #764C70

Tints of Salt Box #764C70

Color information

#764C70 (or 0x764C70) is unknown color: approx Salt Box. HEX triplet: 76, 4C and 70. RGB value is (118,76,112). Sum of RGB (Red+Green+Blue) = 118+76+112=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #764C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C70 is #89B38F. Grayscale: #5C5C5C. Windows color (decimal): -9024400 or 7359606. OLE color: 7359606.

HSL color Cylindrical-coordinate representation of color #764C70: hue angle of 308.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764C70 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11876112-
CMYK00.360.050.54
HSL308.57º21.65%38.04%-
HSV(B)308.57º35.59%46.27%-
XYZ12.9810.1916.61-
YUV92.66138.91146.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 76 (30.08% from 255) = 24.84%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=38.56%
G=24.84%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187611200.360.050.54308.5721.6538.04
Hex764C700245361351626
Octal1661141600445664652646
Binary111011010011001110000010010010111011010011010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764C70; }

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

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

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

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

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

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

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

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