Html Css Color HEX #78506D Salt Box

📋 copy color: '#78506D'

red 120 ◦ green 80 ◦ blue 109

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

Shades of Salt Box #78506D

Tints of Salt Box #78506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.89%

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

R = 38.83%
G = 25.89%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78506D (or 0x78506D) is known color: Salt Box. HEX triplet: 78, 50 and 6D. RGB value is (120,80,109). Sum of RGB (Red+Green+Blue) = 120+80+109=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #78506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78506D is #87AF92. Grayscale: #5F5F5F. Windows color (decimal): -8892307 or 7164024. OLE color: 7164024.

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

Color convert

RGB 120 80 109 -
CMYK 0 0.33 0.09 0.53
HSL 316.5º 0.2% 0.39% -
HSV(B) 316.5º 0.33% 0.47% -
XYZ 13.37 10.83 15.85 -
YUV 95.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 120 80 109 0 0.33 0.09 0.53 316.5 0.2 0.39
Hex 78 50 6D 0 21 9 35 13C 14 27
Octal 170 120 155 0 41 11 65 474 24 47
Binary 1111000 1010000 1101101 0 100001 1001 110101 100111100 10100 100111

Color Harmonies of #78506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78506D

Black with #78506D

Text Example


Text Example

White with #78506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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