#77709E

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

Shades of Scampi #77709E

Tints of Scampi #77709E

Color information

#77709E (or 0x77709E) is unknown color: approx Scampi. HEX triplet: 77, 70 and 9E. RGB value is (119,112,158). Sum of RGB (Red+Green+Blue) = 119+112+158=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #77709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77709E is #888F61. Grayscale: #777777. Windows color (decimal): -8949602 or 10383479. OLE color: 10383479.

HSL color Cylindrical-coordinate representation of color #77709E: hue angle of 249.13º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77709E is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119112158-
CMYK0.250.2900.38
HSL249.13º19.17%52.94%-
HSV(B)249.13º29.11%61.96%-
XYZ19.5717.9834.79-
YUV119.34149.82127.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=30.59%
G=28.79%
B=40.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191121580.250.2900.38249.1319.1752.94
Hex77709E191D026f91335
Octal16716023631350463712365
Binary1110111111000010011110110011110101001101111100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77709E; }

 p { color: rgb(119,112,158); }

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

<style>
 a { background-color: #77709E; }

 a { background-color: rgb(119,112,158); }

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

<style>
 span { border-color: #77709E; }

 span { border-color: rgb(119,112,158); }

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