Html Css Color HEX #78506F Salt Box

📋 copy color: '#78506F'

red 120 ◦ green 80 ◦ blue 111

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

Shades of Salt Box #78506F

Tints of Salt Box #78506F

RGB

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

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

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

R = 38.59%
G = 25.72%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78506F (or 0x78506F) is known color: Salt Box. HEX triplet: 78, 50 and 6F. RGB value is (120,80,111). Sum of RGB (Red+Green+Blue) = 120+80+111=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78506F is #87AF90. Grayscale: #5F5F5F. Windows color (decimal): -8892305 or 7295096. OLE color: 7295096.

HSL color Cylindrical-coordinate representation of color #78506F: hue angle of 313.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 #78506F is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 111 -
CMYK 0 0.33 0.08 0.53
HSL 313.5º 0.2% 0.39% -
HSV(B) 313.5º 0.33% 0.47% -
XYZ 13.48 10.88 16.43 -
YUV 95.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 120 80 111 0 0.33 0.08 0.53 313.5 0.2 0.39
Hex 78 50 6F 0 21 8 35 13A 14 27
Octal 170 120 157 0 41 10 65 472 24 47
Binary 1111000 1010000 1101111 0 100001 1000 110101 100111010 10100 100111

Color Harmonies of #78506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78506F

Black with #78506F

Text Example


Text Example

White with #78506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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