#77789F

Color #77789F Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #77789F

Tints of Scampi #77789F

Color information

#77789F (or 0x77789F) is unknown color: approx Scampi. HEX triplet: 77, 78 and 9F. RGB value is (119,120,159). Sum of RGB (Red+Green+Blue) = 119+120+159=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #77789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77789F is #888760. Grayscale: #7B7B7B. Windows color (decimal): -8947553 or 10451063. OLE color: 10451063.

HSL color Cylindrical-coordinate representation of color #77789F: hue angle of 238.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77789F is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119120159-
CMYK0.250.2500.38
HSL238.5º17.24%54.51%-
HSV(B)238.5º25.16%62.35%-
XYZ20.5819.8635.55-
YUV124.15147.67124.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=29.90%
G=30.15%
B=39.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191201590.250.2500.38238.517.2454.51
Hex77789F1919026ee1137
Octal16717023731310463562167
Binary1110111111100010011111110011100101001101110111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77789F; }

 p { color: rgb(119,120,159); }

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

<style>
 a { background-color: #77789F; }

 a { background-color: rgb(119,120,159); }

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

<style>
 span { border-color: #77789F; }

 span { border-color: rgb(119,120,159); }

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