#795271

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

Shades of Salt Box #795271

Tints of Salt Box #795271

Color information

#795271 (or 0x795271) is unknown color: approx Salt Box. HEX triplet: 79, 52 and 71. RGB value is (121,82,113). Sum of RGB (Red+Green+Blue) = 121+82+113=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #795271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795271 is #86AD8E. Grayscale: #616161. Windows color (decimal): -8826255 or 7426681. OLE color: 7426681.

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

Color convert

RGB12182113-
CMYK00.320.070.53
HSL312.31º19.21%39.8%-
HSV(B)312.31º32.23%47.45%-
XYZ13.8811.2917.07-
YUV97.2136.92144.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=38.29%
G=25.95%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218211300.320.070.53312.3119.2139.8
Hex7952710207351381328
Octal1711221610407654702350
Binary111100110100101110001010000011111010110011100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795271; }

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

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

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

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

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

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

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

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