#765370

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

Shades of Salt Box #765370

Tints of Salt Box #765370

Color information

#765370 (or 0x765370) is unknown color: approx Salt Box. HEX triplet: 76, 53 and 70. RGB value is (118,83,112). Sum of RGB (Red+Green+Blue) = 118+83+112=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765370 is #89AC8F. Grayscale: #606060. Windows color (decimal): -9022608 or 7361398. OLE color: 7361398.

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

Color convert

RGB11883112-
CMYK00.300.050.54
HSL310.29º17.41%39.41%-
HSV(B)310.29º29.66%46.27%-
XYZ13.4911.2116.78-
YUV96.77136.6143.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=37.70%
G=26.52%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188311200.300.050.54310.2917.4139.41
Hex76537001E5361361127
Octal1661231600365664662147
Binary11101101010011111000001111010111011010011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765370; }

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

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

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

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

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

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

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

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