#774B6D

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

Shades of Salt Box #774B6D

Tints of Salt Box #774B6D

Color information

#774B6D (or 0x774B6D) is unknown color: approx Salt Box. HEX triplet: 77, 4B and 6D. RGB value is (119,75,109). Sum of RGB (Red+Green+Blue) = 119+75+109=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B6D is #88B492. Grayscale: #5B5B5B. Windows color (decimal): -8959123 or 7162743. OLE color: 7162743.

HSL color Cylindrical-coordinate representation of color #774B6D: hue angle of 313.64º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774B6D is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11975109-
CMYK00.370.080.53
HSL313.64º22.68%38.04%-
HSV(B)313.64º36.97%46.67%-
XYZ12.8810.0615.73-
YUV92.03137.58147.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=39.27%
G=24.75%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197510900.370.080.53313.6422.6838.04
Hex774B6D02583513a1726
Octal16711315504510654722746
Binary1110111100101111011010100101100011010110011101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,75,109); }

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

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

 a { background-color: rgb(119,75,109); }

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

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

 span { border-color: rgb(119,75,109); }

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