Html Css Color HEX #785970 Salt Box

📋 copy color: '#785970'

red 120 ◦ green 89 ◦ blue 112

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

Shades of Salt Box #785970

Tints of Salt Box #785970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

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

R = 37.38%
G = 27.73%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#785970 (or 0x785970) is known color: Salt Box. HEX triplet: 78, 59 and 70. RGB value is (120,89,112). Sum of RGB (Red+Green+Blue) = 120+89+112=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #785970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785970 is #87A68F. Grayscale: #646464. Windows color (decimal): -8890000 or 7362936. OLE color: 7362936.

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

Color convert

RGB 120 89 112 -
CMYK 0 0.26 0.07 0.53
HSL 315.48º 0.15% 0.41% -
HSV(B) 315.48º 0.26% 0.47% -
XYZ 14.24 12.31 16.95 -
YUV 100.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 120 89 112 0 0.26 0.07 0.53 315.48 0.15 0.41
Hex 78 59 70 0 1A 7 35 13B F 29
Octal 170 131 160 0 32 7 65 473 17 51
Binary 1111000 1011001 1110000 0 11010 111 110101 100111011 1111 101001

Color Harmonies of #785970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785970

Black with #785970

Text Example


Text Example

White with #785970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785970; }

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

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

background-color css

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

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

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

border-color css

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

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

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