Html Css Color HEX #78576F Salt Box

📋 copy color: '#78576F'

red 120 ◦ green 87 ◦ blue 111

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

Shades of Salt Box #78576F

Tints of Salt Box #78576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.36%

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

R = 37.74%
G = 27.36%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78576F (or 0x78576F) is known color: Salt Box. HEX triplet: 78, 57 and 6F. RGB value is (120,87,111). Sum of RGB (Red+Green+Blue) = 120+87+111=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #78576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78576F is #87A890. Grayscale: #636363. Windows color (decimal): -8890513 or 7296888. OLE color: 7296888.

HSL color Cylindrical-coordinate representation of color #78576F: hue angle of 316.36º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78576F is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 87 111 -
CMYK 0 0.28 0.08 0.53
HSL 316.36º 0.16% 0.41% -
HSV(B) 316.36º 0.28% 0.47% -
XYZ 14.02 11.96 16.61 -
YUV 99.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 120 87 111 0 0.28 0.08 0.53 316.36 0.16 0.41
Hex 78 57 6F 0 1C 8 35 13C 10 29
Octal 170 127 157 0 34 10 65 474 20 51
Binary 1111000 1010111 1101111 0 11100 1000 110101 100111100 10000 101001

Color Harmonies of #78576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78576F

Black with #78576F

Text Example


Text Example

White with #78576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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