#784F6E

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

Shades of Salt Box #784F6E

Tints of Salt Box #784F6E

Color information

#784F6E (or 0x784F6E) is unknown color: approx Salt Box. HEX triplet: 78, 4F and 6E. RGB value is (120,79,110). Sum of RGB (Red+Green+Blue) = 120+79+110=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #784F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F6E is #87B091. Grayscale: #5E5E5E. Windows color (decimal): -8892562 or 7229304. OLE color: 7229304.

HSL color Cylindrical-coordinate representation of color #784F6E: hue angle of 314.63º 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 #784F6E is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12079110-
CMYK00.340.080.53
HSL314.63º20.6%39.02%-
HSV(B)314.63º34.17%47.06%-
XYZ13.3610.7116.12-
YUV94.79136.58145.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=38.83%
G=25.57%
B=35.60%

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
Decimal1207911000.340.080.53314.6320.639.02
Hex784F6E02283513b1527
Octal17011715604210654732547
Binary1111000100111111011100100010100011010110011101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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