Html Css Color HEX #79596E Salt Box

📋 copy color: '#79596E'

red 121 ◦ green 89 ◦ blue 110

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

Shades of Salt Box #79596E

Tints of Salt Box #79596E

RGB

 RED value IS 121 (47.66% from 255) = 37.81%

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

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

R = 37.81%
G = 27.81%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#79596E (or 0x79596E) is known color: Salt Box. HEX triplet: 79, 59 and 6E. RGB value is (121,89,110). Sum of RGB (Red+Green+Blue) = 121+89+110=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #79596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79596E is #86A691. Grayscale: #646464. Windows color (decimal): -8824466 or 7231865. OLE color: 7231865.

HSL color Cylindrical-coordinate representation of color #79596E: hue angle of 320.62º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79596E is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 89 110 -
CMYK 0 0.26 0.09 0.53
HSL 320.63º 0.15% 0.41% -
HSV(B) 320.63º 0.26% 0.47% -
XYZ 14.27 12.34 16.38 -
YUV 100.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 121 89 110 0 0.26 0.09 0.53 320.63 0.15 0.41
Hex 79 59 6E 0 1A 9 35 141 F 29
Octal 171 131 156 0 32 11 65 501 17 51
Binary 1111001 1011001 1101110 0 11010 1001 110101 101000001 1111 101001

Color Harmonies of #79596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79596E

Black with #79596E

Text Example


Text Example

White with #79596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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