Html Css Color HEX #785671 Salt Box

📋 copy color: '#785671'

red 120 ◦ green 86 ◦ blue 113

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

Shades of Salt Box #785671

Tints of Salt Box #785671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 37.62%
G = 26.96%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#785671 (or 0x785671) is known color: Salt Box. HEX triplet: 78, 56 and 71. RGB value is (120,86,113). Sum of RGB (Red+Green+Blue) = 120+86+113=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #785671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785671 is #87A98E. Grayscale: #636363. Windows color (decimal): -8890767 or 7427704. OLE color: 7427704.

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

Color convert

RGB 120 86 113 -
CMYK 0 0.28 0.06 0.53
HSL 312.35º 0.17% 0.4% -
HSV(B) 312.35º 0.28% 0.47% -
XYZ 14.05 11.84 17.17 -
YUV 99.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 120 86 113 0 0.28 0.06 0.53 312.35 0.17 0.4
Hex 78 56 71 0 1C 6 35 138 11 28
Octal 170 126 161 0 34 6 65 470 21 50
Binary 1111000 1010110 1110001 0 11100 110 110101 100111000 10001 101000

Color Harmonies of #785671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785671

Black with #785671

Text Example


Text Example

White with #785671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785671; }

 p { color: rgb(120,86,113); }

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

background-color css

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

 a { background-color: rgb(120,86,113); }

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

border-color css

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

 span { border-color: rgb(120,86,113); }

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