Html Css Color HEX #76596F Salt Box

📋 copy color: '#76596F'

red 118 ◦ green 89 ◦ blue 111

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

Shades of Salt Box #76596F

Tints of Salt Box #76596F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

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

R = 37.11%
G = 27.99%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76596F (or 0x76596F) is known color: Salt Box. HEX triplet: 76, 59 and 6F. RGB value is (118,89,111). Sum of RGB (Red+Green+Blue) = 118+89+111=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #76596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76596F is #89A690. Grayscale: #646464. Windows color (decimal): -9021073 or 7297398. OLE color: 7297398.

HSL color Cylindrical-coordinate representation of color #76596F: hue angle of 314.48º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76596F is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 89 111 -
CMYK 0 0.25 0.06 0.54
HSL 314.48º 0.14% 0.41% -
HSV(B) 314.48º 0.25% 0.46% -
XYZ 13.91 12.14 16.65 -
YUV 100.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 118 89 111 0 0.25 0.06 0.54 314.48 0.14 0.41
Hex 76 59 6F 0 19 6 36 13A E 29
Octal 166 131 157 0 31 6 66 472 16 51
Binary 1110110 1011001 1101111 0 11001 110 110110 100111010 1110 101001

Color Harmonies of #76596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76596F

Black with #76596F

Text Example


Text Example

White with #76596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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