Html Css Color HEX #76596E Salt Box

📋 copy color: '#76596E'

red 118 ◦ green 89 ◦ blue 110

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

Shades of Salt Box #76596E

Tints of Salt Box #76596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.7%

R = 37.22%
G = 28.08%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76596E (or 0x76596E) is known color: Salt Box. HEX triplet: 76, 59 and 6E. RGB value is (118,89,110). Sum of RGB (Red+Green+Blue) = 118+89+110=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #76596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76596E is #89A691. Grayscale: #646464. Windows color (decimal): -9021074 or 7231862. OLE color: 7231862.

HSL color Cylindrical-coordinate representation of color #76596E: hue angle of 316.55º 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 #76596E is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 89 110 -
CMYK 0 0.25 0.07 0.54
HSL 316.55º 0.14% 0.41% -
HSV(B) 316.55º 0.25% 0.46% -
XYZ 13.86 12.12 16.36 -
YUV 100.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 118 89 110 0 0.25 0.07 0.54 316.55 0.14 0.41
Hex 76 59 6E 0 19 7 36 13D E 29
Octal 166 131 156 0 31 7 66 475 16 51
Binary 1110110 1011001 1101110 0 11001 111 110110 100111101 1110 101001

Color Harmonies of #76596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76596E

Black with #76596E

Text Example


Text Example

White with #76596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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