Html Css Color HEX #785870 Salt Box

📋 copy color: '#785870'

red 120 ◦ green 88 ◦ blue 112

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

Shades of Salt Box #785870

Tints of Salt Box #785870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

 BLUE value IS 112 (44.14% from 255) = 35%

R = 37.5%
G = 27.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#785870 (or 0x785870) is known color: Salt Box. HEX triplet: 78, 58 and 70. RGB value is (120,88,112). Sum of RGB (Red+Green+Blue) = 120+88+112=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #785870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785870 is #87A78F. Grayscale: #646464. Windows color (decimal): -8890256 or 7362680. OLE color: 7362680.

HSL color Cylindrical-coordinate representation of color #785870: hue angle of 315º degrees, saturation: 0.15, 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 #785870 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 88 112 -
CMYK 0 0.27 0.07 0.53
HSL 315º 0.15% 0.41% -
HSV(B) 315º 0.27% 0.47% -
XYZ 14.16 12.14 16.93 -
YUV 100.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 120 88 112 0 0.27 0.07 0.53 315 0.15 0.41
Hex 78 58 70 0 1B 7 35 13B F 29
Octal 170 130 160 0 33 7 65 473 17 51
Binary 1111000 1011000 1110000 0 11011 111 110101 100111011 1111 101001

Color Harmonies of #785870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785870

Black with #785870

Text Example


Text Example

White with #785870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785870; }

 p { color: rgb(120,88,112); }

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

background-color css

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

 a { background-color: rgb(120,88,112); }

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

border-color css

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

 span { border-color: rgb(120,88,112); }

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