#76779B

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

Shades of Scampi #76779B

Tints of Scampi #76779B

Color information

#76779B (or 0x76779B) is unknown color: approx Scampi. HEX triplet: 76, 77 and 9B. RGB value is (118,119,155). Sum of RGB (Red+Green+Blue) = 118+119+155=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #76779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76779B is #898864. Grayscale: #7A7A7A. Windows color (decimal): -9013349 or 10188662. OLE color: 10188662.

HSL color Cylindrical-coordinate representation of color #76779B: hue angle of 238.38º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76779B is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118119155-
CMYK0.240.2300.39
HSL238.38º15.61%53.53%-
HSV(B)238.38º23.87%60.78%-
XYZ19.9819.4133.7-
YUV122.8146.17124.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=30.10%
G=30.36%
B=39.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181191550.240.2300.39238.3815.6153.53
Hex76779B1817027ee1036
Octal16616723330270473562066
Binary1110110111011110011011110001011101001111110111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76779B; }

 p { color: rgb(118,119,155); }

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

<style>
 a { background-color: #76779B; }

 a { background-color: rgb(118,119,155); }

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

<style>
 span { border-color: #76779B; }

 span { border-color: rgb(118,119,155); }

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