Html Css Color HEX #784D70 Salt Box

📋 copy color: '#784D70'

red 120 ◦ green 77 ◦ blue 112

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

Shades of Salt Box #784D70

Tints of Salt Box #784D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.92%

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

R = 38.83%
G = 24.92%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#784D70 (or 0x784D70) is known color: Salt Box. HEX triplet: 78, 4D and 70. RGB value is (120,77,112). Sum of RGB (Red+Green+Blue) = 120+77+112=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #784D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D70 is #87B28F. Grayscale: #5D5D5D. Windows color (decimal): -8893072 or 7359864. OLE color: 7359864.

HSL color Cylindrical-coordinate representation of color #784D70: hue angle of 311.16º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #784D70 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 77 112 -
CMYK 0 0.36 0.07 0.53
HSL 311.16º 0.22% 0.39% -
HSV(B) 311.16º 0.36% 0.47% -
XYZ 13.32 10.47 16.65 -
YUV 93.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 120 77 112 0 0.36 0.07 0.53 311.16 0.22 0.39
Hex 78 4D 70 0 24 7 35 137 16 27
Octal 170 115 160 0 44 7 65 467 26 47
Binary 1111000 1001101 1110000 0 100100 111 110101 100110111 10110 100111

Color Harmonies of #784D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784D70

Black with #784D70

Text Example


Text Example

White with #784D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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