Html Css Color HEX #785971 Salt Box

📋 copy color: '#785971'

red 120 ◦ green 89 ◦ blue 113

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

Shades of Salt Box #785971

Tints of Salt Box #785971

RGB

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

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

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

R = 37.27%
G = 27.64%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#785971 (or 0x785971) is known color: Salt Box. HEX triplet: 78, 59 and 71. RGB value is (120,89,113). Sum of RGB (Red+Green+Blue) = 120+89+113=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #785971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785971 is #87A68E. Grayscale: #646464. Windows color (decimal): -8889999 or 7428472. OLE color: 7428472.

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

Color convert

RGB 120 89 113 -
CMYK 0 0.26 0.06 0.53
HSL 313.55º 0.15% 0.41% -
HSV(B) 313.55º 0.26% 0.47% -
XYZ 14.3 12.33 17.25 -
YUV 101.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 120 89 113 0 0.26 0.06 0.53 313.55 0.15 0.41
Hex 78 59 71 0 1A 6 35 13A F 29
Octal 170 131 161 0 32 6 65 472 17 51
Binary 1111000 1011001 1110001 0 11010 110 110101 100111010 1111 101001

Color Harmonies of #785971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785971

Black with #785971

Text Example


Text Example

White with #785971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785971; }

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

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

background-color css

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

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

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

border-color css

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

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

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