#76719C

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

Shades of Scampi #76719C

Tints of Scampi #76719C

Color information

#76719C (or 0x76719C) is unknown color: approx Scampi. HEX triplet: 76, 71 and 9C. RGB value is (118,113,156). Sum of RGB (Red+Green+Blue) = 118+113+156=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #76719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76719C is #898E63. Grayscale: #777777. Windows color (decimal): -9014884 or 10252662. OLE color: 10252662.

HSL color Cylindrical-coordinate representation of color #76719C: hue angle of 246.98º 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 #76719C is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118113156-
CMYK0.240.2800.39
HSL246.98º17.84%52.75%-
HSV(B)246.98º27.56%61.18%-
XYZ19.3818.0633.92-
YUV119.4148.66127-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=30.49%
G=29.20%
B=40.31%

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
Decimal1181131560.240.2800.39246.9817.8452.75
Hex76719C181C027f71235
Octal16616123430340473672265
Binary1110110111000110011100110001110001001111111011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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