Html Css Color HEX #76516F Salt Box

📋 copy color: '#76516F'

red 118 ◦ green 81 ◦ blue 111

#76516F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #76516F

Tints of Salt Box #76516F

RGB

 RED value IS 118 (46.48% from 255) = 38.06%

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 38.06%
G = 26.13%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76516F (or 0x76516F) is known color: Salt Box. HEX triplet: 76, 51 and 6F. RGB value is (118,81,111). Sum of RGB (Red+Green+Blue) = 118+81+111=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76516F is #89AE90. Grayscale: #5F5F5F. Windows color (decimal): -9023121 or 7295350. OLE color: 7295350.

HSL color Cylindrical-coordinate representation of color #76516F: hue angle of 311.35º degrees, saturation: 0.19, 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 #76516F is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 81 111 -
CMYK 0 0.31 0.06 0.54
HSL 311.35º 0.19% 0.39% -
HSV(B) 311.35º 0.31% 0.46% -
XYZ 13.28 10.88 16.44 -
YUV 95.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 118 81 111 0 0.31 0.06 0.54 311.35 0.19 0.39
Hex 76 51 6F 0 1F 6 36 137 13 27
Octal 166 121 157 0 37 6 66 467 23 47
Binary 1110110 1010001 1101111 0 11111 110 110110 100110111 10011 100111

Color Harmonies of #76516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76516F

Black with #76516F

Text Example


Text Example

White with #76516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76516F; }

 p { color: rgb(118,81,111); }

 H1.HeaderClassName
 {
   color: #76516F;
 }
 .AnyTagClassName
 {
   color: #76516F;
 }
</style>

background-color css

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

 a { background-color: rgb(118,81,111); }

 div.DivClassName
 {
   background-color: #76516F;
 }
 .BgClassName
 {
   background-color: #76516F;
 }
</style>

border-color css

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

 span { border-color: rgb(118,81,111); }

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