#774E70

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

Shades of Salt Box #774E70

Tints of Salt Box #774E70

Color information

#774E70 (or 0x774E70) is unknown color: approx Salt Box. HEX triplet: 77, 4E and 70. RGB value is (119,78,112). Sum of RGB (Red+Green+Blue) = 119+78+112=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #774E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E70 is #88B18F. Grayscale: #5E5E5E. Windows color (decimal): -8958352 or 7360119. OLE color: 7360119.

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

Color convert

RGB11978112-
CMYK00.340.060.53
HSL310.24º20.81%38.63%-
HSV(B)310.24º34.45%46.67%-
XYZ13.2610.5416.67-
YUV94.14138.08145.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=38.51%
G=25.24%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197811200.340.060.53310.2420.8138.63
Hex774E700226351361527
Octal1671161600426654662547
Binary111011110011101110000010001011011010110011011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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