#765070

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

Shades of Salt Box #765070

Tints of Salt Box #765070

Color information

#765070 (or 0x765070) is unknown color: approx Salt Box. HEX triplet: 76, 50 and 70. RGB value is (118,80,112). Sum of RGB (Red+Green+Blue) = 118+80+112=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #765070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765070 is #89AF8F. Grayscale: #5E5E5E. Windows color (decimal): -9023376 or 7360630. OLE color: 7360630.

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

Color convert

RGB11880112-
CMYK00.320.050.54
HSL309.47º19.19%38.82%-
HSV(B)309.47º32.2%46.27%-
XYZ13.2610.7616.71-
YUV95.01137.59144.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=38.06%
G=25.81%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188011200.320.050.54309.4719.1938.82
Hex7650700205361351327
Octal1661201600405664652347
Binary111011010100001110000010000010111011010011010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765070; }

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

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

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

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

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

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

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

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