#784F6F

Color #784F6F Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #784F6F

Tints of Salt Box #784F6F

Color information

#784F6F (or 0x784F6F) is unknown color: approx Salt Box. HEX triplet: 78, 4F and 6F. RGB value is (120,79,111). Sum of RGB (Red+Green+Blue) = 120+79+111=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #784F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F6F is #87B090. Grayscale: #5E5E5E. Windows color (decimal): -8892561 or 7294840. OLE color: 7294840.

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

Color convert

RGB12079111-
CMYK00.340.080.53
HSL313.17º20.6%39.02%-
HSV(B)313.17º34.17%47.06%-
XYZ13.4110.7316.4-
YUV94.91137.08145.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=38.71%
G=25.48%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207911100.340.080.53313.1720.639.02
Hex784F6F0228351391527
Octal17011715704210654712547
Binary1111000100111111011110100010100011010110011100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,79,111); }

 H1.HeaderClassName
 {
   color: #784F6F;
 }
 .AnyTagClassName
 {
   color: #784F6F;
 }
</style>
background-color css

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

 a { background-color: rgb(120,79,111); }

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

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

 span { border-color: rgb(120,79,111); }

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