Html Css Color HEX #78496D Salt Box

📋 copy color: '#78496D'

red 120 ◦ green 73 ◦ blue 109

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

Shades of Salt Box #78496D

Tints of Salt Box #78496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 39.74%
G = 24.17%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78496D (or 0x78496D) is known color: Salt Box. HEX triplet: 78, 49 and 6D. RGB value is (120,73,109). Sum of RGB (Red+Green+Blue) = 120+73+109=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #78496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78496D is #87B692. Grayscale: #5B5B5B. Windows color (decimal): -8894099 or 7162232. OLE color: 7162232.

HSL color Cylindrical-coordinate representation of color #78496D: hue angle of 314.04º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78496D is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 73 109 -
CMYK 0 0.39 0.09 0.53
HSL 314.04º 0.24% 0.38% -
HSV(B) 314.04º 0.39% 0.47% -
XYZ 12.89 9.86 15.69 -
YUV 91.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 120 73 109 0 0.39 0.09 0.53 314.04 0.24 0.38
Hex 78 49 6D 0 27 9 35 13A 18 26
Octal 170 111 155 0 47 11 65 472 30 46
Binary 1111000 1001001 1101101 0 100111 1001 110101 100111010 11000 100110

Color Harmonies of #78496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78496D

Black with #78496D

Text Example


Text Example

White with #78496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78496D; }

 p { color: rgb(120,73,109); }

 H1.HeaderClassName
 {
   color: #78496D;
 }
 .AnyTagClassName
 {
   color: #78496D;
 }
</style>

background-color css

<style>
 a { background-color: #78496D; }

 a { background-color: rgb(120,73,109); }

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

border-color css

<style>
 span { border-color: #78496D; }

 span { border-color: rgb(120,73,109); }

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