#774B6C

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

Shades of Salt Box #774B6C

Tints of Salt Box #774B6C

Color information

#774B6C (or 0x774B6C) is unknown color: approx Salt Box. HEX triplet: 77, 4B and 6C. RGB value is (119,75,108). Sum of RGB (Red+Green+Blue) = 119+75+108=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #774B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B6C is #88B493. Grayscale: #5B5B5B. Windows color (decimal): -8959124 or 7097207. OLE color: 7097207.

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

Color convert

RGB11975108-
CMYK00.370.090.53
HSL315º22.68%38.04%-
HSV(B)315º36.97%46.67%-
XYZ12.8310.0415.45-
YUV91.92137.08147.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=39.40%
G=24.83%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197510800.370.090.5331522.6838.04
Hex774B6C02593513b1726
Octal16711315404511654732746
Binary1110111100101111011000100101100111010110011101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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