Html Css Color HEX #78556D Salt Box

📋 copy color: '#78556D'

red 120 ◦ green 85 ◦ blue 109

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

Shades of Salt Box #78556D

Tints of Salt Box #78556D

RGB

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

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

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

R = 38.22%
G = 27.07%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78556D (or 0x78556D) is known color: Salt Box. HEX triplet: 78, 55 and 6D. RGB value is (120,85,109). Sum of RGB (Red+Green+Blue) = 120+85+109=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #78556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78556D is #87AA92. Grayscale: #626262. Windows color (decimal): -8891027 or 7165304. OLE color: 7165304.

HSL color Cylindrical-coordinate representation of color #78556D: hue angle of 318.86º 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 #78556D is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 109 -
CMYK 0 0.29 0.09 0.53
HSL 318.86º 0.17% 0.4% -
HSV(B) 318.86º 0.29% 0.47% -
XYZ 13.75 11.59 15.98 -
YUV 98.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 120 85 109 0 0.29 0.09 0.53 318.86 0.17 0.4
Hex 78 55 6D 0 1D 9 35 13F 11 28
Octal 170 125 155 0 35 11 65 477 21 50
Binary 1111000 1010101 1101101 0 11101 1001 110101 100111111 10001 101000

Color Harmonies of #78556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78556D

Black with #78556D

Text Example


Text Example

White with #78556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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