#764F71

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

Shades of Salt Box #764F71

Tints of Salt Box #764F71

Color information

#764F71 (or 0x764F71) is unknown color: approx Salt Box. HEX triplet: 76, 4F and 71. RGB value is (118,79,113). Sum of RGB (Red+Green+Blue) = 118+79+113=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #764F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F71 is #89B08E. Grayscale: #5E5E5E. Windows color (decimal): -9023631 or 7425910. OLE color: 7425910.

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

Color convert

RGB11879113-
CMYK00.330.040.54
HSL307.69º19.8%38.63%-
HSV(B)307.69º33.05%46.27%-
XYZ13.2510.6416.98-
YUV94.54138.42144.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=38.06%
G=25.48%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187911300.330.040.54307.6919.838.63
Hex764F710214361341427
Octal1661171610414664642447
Binary111011010011111110001010000110011011010011010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,79,113); }

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

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

 a { background-color: rgb(118,79,113); }

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

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

 span { border-color: rgb(118,79,113); }

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