#765271

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

Shades of Salt Box #765271

Tints of Salt Box #765271

Color information

#765271 (or 0x765271) is unknown color: approx Salt Box. HEX triplet: 76, 52 and 71. RGB value is (118,82,113). Sum of RGB (Red+Green+Blue) = 118+82+113=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765271 is #89AD8E. Grayscale: #606060. Windows color (decimal): -9022863 or 7426678. OLE color: 7426678.

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

Color convert

RGB11882113-
CMYK00.310.040.54
HSL308.33º18%39.22%-
HSV(B)308.33º30.51%46.27%-
XYZ13.4711.0817.05-
YUV96.3137.43143.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=37.70%
G=26.20%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188211300.310.040.54308.331839.22
Hex76527101F4361341227
Octal1661221610374664642247
Binary11101101010010111000101111110011011010011010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765271; }

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

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

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

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

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

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

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

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