Html Css Color HEX #785270 Salt Box

📋 copy color: '#785270'

red 120 ◦ green 82 ◦ blue 112

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

Shades of Salt Box #785270

Tints of Salt Box #785270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

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

R = 38.22%
G = 26.11%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#785270 (or 0x785270) is known color: Salt Box. HEX triplet: 78, 52 and 70. RGB value is (120,82,112). Sum of RGB (Red+Green+Blue) = 120+82+112=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #785270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785270 is #87AD8F. Grayscale: #606060. Windows color (decimal): -8891792 or 7361144. OLE color: 7361144.

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

Color convert

RGB 120 82 112 -
CMYK 0 0.32 0.07 0.53
HSL 312.63º 0.19% 0.4% -
HSV(B) 312.63º 0.32% 0.47% -
XYZ 13.69 11.2 16.77 -
YUV 96.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 120 82 112 0 0.32 0.07 0.53 312.63 0.19 0.4
Hex 78 52 70 0 20 7 35 139 13 28
Octal 170 122 160 0 40 7 65 471 23 50
Binary 1111000 1010010 1110000 0 100000 111 110101 100111001 10011 101000

Color Harmonies of #785270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785270

Black with #785270

Text Example


Text Example

White with #785270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785270; }

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

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

background-color css

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

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

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

border-color css

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

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

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