#765472

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

Shades of Salt Box #765472

Tints of Salt Box #765472

Color information

#765472 (or 0x765472) is unknown color: approx Salt Box. HEX triplet: 76, 54 and 72. RGB value is (118,84,114). Sum of RGB (Red+Green+Blue) = 118+84+114=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #765472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765472 is #89AB8D. Grayscale: #616161. Windows color (decimal): -9022350 or 7492726. OLE color: 7492726.

HSL color Cylindrical-coordinate representation of color #765472: hue angle of 307.06º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765472 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11884114-
CMYK00.290.030.54
HSL307.06º16.83%39.61%-
HSV(B)307.06º28.81%46.27%-
XYZ13.6811.4117.4-
YUV97.59137.26142.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=37.34%
G=26.58%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188411400.290.030.54307.0616.8339.61
Hex76547201D3361331128
Octal1661241620353664632150
Binary1110110101010011100100111011111011010011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765472; }

 p { color: rgb(118,84,114); }

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

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

 a { background-color: rgb(118,84,114); }

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

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

 span { border-color: rgb(118,84,114); }

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