Html Css Color HEX #786070 Salt Box

📋 copy color: '#786070'

red 120 ◦ green 96 ◦ blue 112

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

Shades of Salt Box #786070

Tints of Salt Box #786070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

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

R = 36.59%
G = 29.27%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#786070 (or 0x786070) is known color: Salt Box. HEX triplet: 78, 60 and 70. RGB value is (120,96,112). Sum of RGB (Red+Green+Blue) = 120+96+112=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #786070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786070 is #879F8F. Grayscale: #686868. Windows color (decimal): -8888208 or 7364728. OLE color: 7364728.

HSL color Cylindrical-coordinate representation of color #786070: hue angle of 320º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786070 is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 112 -
CMYK 0 0.2 0.07 0.53
HSL 320º 0.11% 0.42% -
HSV(B) 320º 0.2% 0.47% -
XYZ 14.85 13.53 17.16 -
YUV 105 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 120 96 112 0 0.2 0.07 0.53 320 0.11 0.42
Hex 78 60 70 0 14 7 35 140 B 2A
Octal 170 140 160 0 24 7 65 500 13 52
Binary 1111000 1100000 1110000 0 10100 111 110101 101000000 1011 101010

Color Harmonies of #786070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786070

Black with #786070

Text Example


Text Example

White with #786070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786070; }

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

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

background-color css

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

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

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

border-color css

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

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

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