Html Css Color HEX #78556F Salt Box

📋 copy color: '#78556F'

red 120 ◦ green 85 ◦ blue 111

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

Shades of Salt Box #78556F

Tints of Salt Box #78556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 37.97%
G = 26.9%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78556F (or 0x78556F) is known color: Salt Box. HEX triplet: 78, 55 and 6F. RGB value is (120,85,111). Sum of RGB (Red+Green+Blue) = 120+85+111=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #78556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78556F is #87AA90. Grayscale: #626262. Windows color (decimal): -8891025 or 7296376. OLE color: 7296376.

HSL color Cylindrical-coordinate representation of color #78556F: hue angle of 315.43º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78556F is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 111 -
CMYK 0 0.29 0.08 0.53
HSL 315.43º 0.17% 0.4% -
HSV(B) 315.43º 0.29% 0.47% -
XYZ 13.86 11.64 16.55 -
YUV 98.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 120 85 111 0 0.29 0.08 0.53 315.43 0.17 0.4
Hex 78 55 6F 0 1D 8 35 13B 11 28
Octal 170 125 157 0 35 10 65 473 21 50
Binary 1111000 1010101 1101111 0 11101 1000 110101 100111011 10001 101000

Color Harmonies of #78556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78556F

Black with #78556F

Text Example


Text Example

White with #78556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,85,111); }

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

background-color css

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

 a { background-color: rgb(120,85,111); }

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

border-color css

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

 span { border-color: rgb(120,85,111); }

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