Html Css Color HEX #784E70 Salt Box

📋 copy color: '#784E70'

red 120 ◦ green 78 ◦ blue 112

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

Shades of Salt Box #784E70

Tints of Salt Box #784E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.16%

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

R = 38.71%
G = 25.16%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#784E70 (or 0x784E70) is known color: Salt Box. HEX triplet: 78, 4E and 70. RGB value is (120,78,112). Sum of RGB (Red+Green+Blue) = 120+78+112=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #784E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E70 is #87B18F. Grayscale: #5E5E5E. Windows color (decimal): -8892816 or 7360120. OLE color: 7360120.

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

Color convert

RGB 120 78 112 -
CMYK 0 0.35 0.07 0.53
HSL 311.43º 0.21% 0.39% -
HSV(B) 311.43º 0.35% 0.47% -
XYZ 13.39 10.61 16.67 -
YUV 94.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 120 78 112 0 0.35 0.07 0.53 311.43 0.21 0.39
Hex 78 4E 70 0 23 7 35 137 15 27
Octal 170 116 160 0 43 7 65 467 25 47
Binary 1111000 1001110 1110000 0 100011 111 110101 100110111 10101 100111

Color Harmonies of #784E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E70

Black with #784E70

Text Example


Text Example

White with #784E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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