#774C6C

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

Shades of Salt Box #774C6C

Tints of Salt Box #774C6C

Color information

#774C6C (or 0x774C6C) is unknown color: approx Salt Box. HEX triplet: 77, 4C and 6C. RGB value is (119,76,108). Sum of RGB (Red+Green+Blue) = 119+76+108=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C6C is #88B393. Grayscale: #5C5C5C. Windows color (decimal): -8958868 or 7097463. OLE color: 7097463.

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

Color convert

RGB11976108-
CMYK00.360.090.53
HSL315.35º22.05%38.24%-
HSV(B)315.35º36.13%46.67%-
XYZ12.910.1715.47-
YUV92.5136.75146.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=39.27%
G=25.08%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197610800.360.090.53315.3522.0538.24
Hex774C6C02493513b1626
Octal16711415404411654732646
Binary1110111100110011011000100100100111010110011101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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