#77719C

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

Shades of Scampi #77719C

Tints of Scampi #77719C

Color information

#77719C (or 0x77719C) is unknown color: approx Scampi. HEX triplet: 77, 71 and 9C. RGB value is (119,113,156). Sum of RGB (Red+Green+Blue) = 119+113+156=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #77719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77719C is #888E63. Grayscale: #777777. Windows color (decimal): -8949348 or 10252663. OLE color: 10252663.

HSL color Cylindrical-coordinate representation of color #77719C: hue angle of 248.37º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77719C is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119113156-
CMYK0.240.2800.39
HSL248.37º17.84%52.75%-
HSV(B)248.37º27.56%61.18%-
XYZ19.5118.1333.92-
YUV119.7148.49127.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=30.67%
G=29.12%
B=40.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191131560.240.2800.39248.3717.8452.75
Hex77719C181C027f81235
Octal16716123430340473702265
Binary1110111111000110011100110001110001001111111100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77719C; }

 p { color: rgb(119,113,156); }

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

<style>
 a { background-color: #77719C; }

 a { background-color: rgb(119,113,156); }

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

<style>
 span { border-color: #77719C; }

 span { border-color: rgb(119,113,156); }

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