Html Css Color HEX #785871 Salt Box

📋 copy color: '#785871'

red 120 ◦ green 88 ◦ blue 113

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

Shades of Salt Box #785871

Tints of Salt Box #785871

RGB

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

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

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

R = 37.38%
G = 27.41%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#785871 (or 0x785871) is known color: Salt Box. HEX triplet: 78, 58 and 71. RGB value is (120,88,113). Sum of RGB (Red+Green+Blue) = 120+88+113=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #785871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785871 is #87A78E. Grayscale: #646464. Windows color (decimal): -8890255 or 7428216. OLE color: 7428216.

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

Color convert

RGB 120 88 113 -
CMYK 0 0.27 0.06 0.53
HSL 313.13º 0.15% 0.41% -
HSV(B) 313.13º 0.27% 0.47% -
XYZ 14.22 12.16 17.22 -
YUV 100.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 120 88 113 0 0.27 0.06 0.53 313.13 0.15 0.41
Hex 78 58 71 0 1B 6 35 139 F 29
Octal 170 130 161 0 33 6 65 471 17 51
Binary 1111000 1011000 1110001 0 11011 110 110101 100111001 1111 101001

Color Harmonies of #785871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785871

Black with #785871

Text Example


Text Example

White with #785871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785871; }

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

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

background-color css

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

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

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

border-color css

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

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

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