#764E70

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

Shades of Salt Box #764E70

Tints of Salt Box #764E70

Color information

#764E70 (or 0x764E70) is unknown color: approx Salt Box. HEX triplet: 76, 4E and 70. RGB value is (118,78,112). Sum of RGB (Red+Green+Blue) = 118+78+112=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #764E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E70 is #89B18F. Grayscale: #5D5D5D. Windows color (decimal): -9023888 or 7360118. OLE color: 7360118.

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

Color convert

RGB11878112-
CMYK00.340.050.54
HSL309º20.41%38.43%-
HSV(B)309º33.9%46.27%-
XYZ13.1210.4716.66-
YUV93.84138.25145.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=38.31%
G=25.32%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187811200.340.050.5430920.4138.43
Hex764E700225361351426
Octal1661161600425664652446
Binary111011010011101110000010001010111011010011010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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