Html Css Color HEX #785670 Salt Box

📋 copy color: '#785670'

red 120 ◦ green 86 ◦ blue 112

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

Shades of Salt Box #785670

Tints of Salt Box #785670

RGB

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

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

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

R = 37.74%
G = 27.04%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#785670 (or 0x785670) is known color: Salt Box. HEX triplet: 78, 56 and 70. RGB value is (120,86,112). Sum of RGB (Red+Green+Blue) = 120+86+112=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #785670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785670 is #87A98F. Grayscale: #636363. Windows color (decimal): -8890768 or 7362168. OLE color: 7362168.

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

Color convert

RGB 120 86 112 -
CMYK 0 0.28 0.07 0.53
HSL 314.12º 0.17% 0.4% -
HSV(B) 314.12º 0.28% 0.47% -
XYZ 14 11.82 16.87 -
YUV 99.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 120 86 112 0 0.28 0.07 0.53 314.12 0.17 0.4
Hex 78 56 70 0 1C 7 35 13A 11 28
Octal 170 126 160 0 34 7 65 472 21 50
Binary 1111000 1010110 1110000 0 11100 111 110101 100111010 10001 101000

Color Harmonies of #785670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785670

Black with #785670

Text Example


Text Example

White with #785670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785670; }

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

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

background-color css

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

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

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

border-color css

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

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

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