#76546B

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

Shades of Salt Box #76546B

Tints of Salt Box #76546B

Color information

#76546B (or 0x76546B) is unknown color: approx Salt Box. HEX triplet: 76, 54 and 6B. RGB value is (118,84,107). Sum of RGB (Red+Green+Blue) = 118+84+107=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76546B is #89AB94. Grayscale: #606060. Windows color (decimal): -9022357 or 7033974. OLE color: 7033974.

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

Color convert

RGB11884107-
CMYK00.290.090.54
HSL319.41º16.83%39.61%-
HSV(B)319.41º28.81%46.27%-
XYZ13.311.2515.38-
YUV96.79133.76143.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=38.19%
G=27.18%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188410700.290.090.54319.4116.8339.61
Hex76546B01D93613f1128
Octal16612415303511664772150
Binary111011010101001101011011101100111011010011111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76546B; }

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

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

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

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

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

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

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

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