Html Css Color HEX #78596E Salt Box

📋 copy color: '#78596E'

red 120 ◦ green 89 ◦ blue 110

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

Shades of Salt Box #78596E

Tints of Salt Box #78596E

RGB

 RED value IS 120 (47.27% from 255) = 37.62%

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

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

R = 37.62%
G = 27.9%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78596E (or 0x78596E) is known color: Salt Box. HEX triplet: 78, 59 and 6E. RGB value is (120,89,110). Sum of RGB (Red+Green+Blue) = 120+89+110=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #78596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78596E is #87A691. Grayscale: #646464. Windows color (decimal): -8890002 or 7231864. OLE color: 7231864.

HSL color Cylindrical-coordinate representation of color #78596E: hue angle of 319.35º 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 #78596E is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 89 110 -
CMYK 0 0.26 0.08 0.53
HSL 319.35º 0.15% 0.41% -
HSV(B) 319.35º 0.26% 0.47% -
XYZ 14.13 12.26 16.37 -
YUV 100.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 120 89 110 0 0.26 0.08 0.53 319.35 0.15 0.41
Hex 78 59 6E 0 1A 8 35 13F F 29
Octal 170 131 156 0 32 10 65 477 17 51
Binary 1111000 1011001 1101110 0 11010 1000 110101 100111111 1111 101001

Color Harmonies of #78596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78596E

Black with #78596E

Text Example


Text Example

White with #78596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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