#774F6E

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

Shades of Salt Box #774F6E

Tints of Salt Box #774F6E

Color information

#774F6E (or 0x774F6E) is unknown color: approx Salt Box. HEX triplet: 77, 4F and 6E. RGB value is (119,79,110). Sum of RGB (Red+Green+Blue) = 119+79+110=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #774F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F6E is #88B091. Grayscale: #5E5E5E. Windows color (decimal): -8958098 or 7229303. OLE color: 7229303.

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

Color convert

RGB11979110-
CMYK00.340.080.53
HSL313.5º20.2%38.82%-
HSV(B)313.5º33.61%46.67%-
XYZ13.2210.6416.11-
YUV94.49136.75145.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=38.64%
G=25.65%
B=35.71%

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
Decimal1197911000.340.080.53313.520.238.82
Hex774F6E02283513a1427
Octal16711715604210654722447
Binary1110111100111111011100100010100011010110011101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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