#765270

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

Shades of Salt Box #765270

Tints of Salt Box #765270

Color information

#765270 (or 0x765270) is unknown color: approx Salt Box. HEX triplet: 76, 52 and 70. RGB value is (118,82,112). Sum of RGB (Red+Green+Blue) = 118+82+112=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #765270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765270 is #89AD8F. Grayscale: #606060. Windows color (decimal): -9022864 or 7361142. OLE color: 7361142.

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

Color convert

RGB11882112-
CMYK00.310.050.54
HSL310º18%39.22%-
HSV(B)310º30.51%46.27%-
XYZ13.4111.0616.76-
YUV96.18136.93143.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=37.82%
G=26.28%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188211200.310.050.543101839.22
Hex76527001F5361361227
Octal1661221600375664662247
Binary11101101010010111000001111110111011010011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765270; }

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

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

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

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

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

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

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

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