Html Css Color HEX #785071 Salt Box

📋 copy color: '#785071'

red 120 ◦ green 80 ◦ blue 113

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

Shades of Salt Box #785071

Tints of Salt Box #785071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 38.34%
G = 25.56%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#785071 (or 0x785071) is known color: Salt Box. HEX triplet: 78, 50 and 71. RGB value is (120,80,113). Sum of RGB (Red+Green+Blue) = 120+80+113=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #785071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785071 is #87AF8E. Grayscale: #5F5F5F. Windows color (decimal): -8892303 or 7426168. OLE color: 7426168.

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

Color convert

RGB 120 80 113 -
CMYK 0 0.33 0.06 0.53
HSL 310.5º 0.2% 0.39% -
HSV(B) 310.5º 0.33% 0.47% -
XYZ 13.6 10.92 17.01 -
YUV 95.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 120 80 113 0 0.33 0.06 0.53 310.5 0.2 0.39
Hex 78 50 71 0 21 6 35 136 14 27
Octal 170 120 161 0 41 6 65 466 24 47
Binary 1111000 1010000 1110001 0 100001 110 110101 100110110 10100 100111

Color Harmonies of #785071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785071

Black with #785071

Text Example


Text Example

White with #785071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785071; }

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

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

background-color css

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

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

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

border-color css

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

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

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