Html Css Color HEX #785571 Salt Box

📋 copy color: '#785571'

red 120 ◦ green 85 ◦ blue 113

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

Shades of Salt Box #785571

Tints of Salt Box #785571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

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

R = 37.74%
G = 26.73%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#785571 (or 0x785571) is known color: Salt Box. HEX triplet: 78, 55 and 71. RGB value is (120,85,113). Sum of RGB (Red+Green+Blue) = 120+85+113=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #785571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785571 is #87AA8E. Grayscale: #626262. Windows color (decimal): -8891023 or 7427448. OLE color: 7427448.

HSL color Cylindrical-coordinate representation of color #785571: hue angle of 312º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #785571 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 113 -
CMYK 0 0.29 0.06 0.53
HSL 312º 0.17% 0.4% -
HSV(B) 312º 0.29% 0.47% -
XYZ 13.97 11.68 17.14 -
YUV 98.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 120 85 113 0 0.29 0.06 0.53 312 0.17 0.4
Hex 78 55 71 0 1D 6 35 138 11 28
Octal 170 125 161 0 35 6 65 470 21 50
Binary 1111000 1010101 1110001 0 11101 110 110101 100111000 10001 101000

Color Harmonies of #785571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785571

Black with #785571

Text Example


Text Example

White with #785571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785571; }

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

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

background-color css

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

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

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

border-color css

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

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

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