#795471

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

Shades of Salt Box #795471

Tints of Salt Box #795471

Color information

#795471 (or 0x795471) is unknown color: approx Salt Box. HEX triplet: 79, 54 and 71. RGB value is (121,84,113). Sum of RGB (Red+Green+Blue) = 121+84+113=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #795471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795471 is #86AB8E. Grayscale: #626262. Windows color (decimal): -8825743 or 7427193. OLE color: 7427193.

HSL color Cylindrical-coordinate representation of color #795471: hue angle of 312.97º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795471 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12184113-
CMYK00.310.070.53
HSL312.97º18.05%40.2%-
HSV(B)312.97º30.58%47.45%-
XYZ14.0411.617.12-
YUV98.37136.26144.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=38.05%
G=26.42%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218411300.310.070.53312.9718.0540.2
Hex79547101F7351391228
Octal1711241610377654712250
Binary11110011010100111000101111111111010110011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795471; }

 p { color: rgb(121,84,113); }

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

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

 a { background-color: rgb(121,84,113); }

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

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

 span { border-color: rgb(121,84,113); }

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