#765470

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

Shades of Salt Box #765470

Tints of Salt Box #765470

Color information

#765470 (or 0x765470) is unknown color: approx Salt Box. HEX triplet: 76, 54 and 70. RGB value is (118,84,112). Sum of RGB (Red+Green+Blue) = 118+84+112=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #765470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765470 is #89AB8F. Grayscale: #616161. Windows color (decimal): -9022352 or 7361654. OLE color: 7361654.

HSL color Cylindrical-coordinate representation of color #765470: hue angle of 310.59º 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 #765470 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11884112-
CMYK00.290.050.54
HSL310.59º16.83%39.61%-
HSV(B)310.59º28.81%46.27%-
XYZ13.5711.3616.81-
YUV97.36136.26142.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=37.58%
G=26.75%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188411200.290.050.54310.5916.8339.61
Hex76547001D5361371128
Octal1661241600355664672150
Binary11101101010100111000001110110111011010011011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765470; }

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

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

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

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

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

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

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

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