#76619E

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

Shades of Scampi #76619E

Tints of Scampi #76619E

Color information

#76619E (or 0x76619E) is unknown color: approx Scampi. HEX triplet: 76, 61 and 9E. RGB value is (118,97,158). Sum of RGB (Red+Green+Blue) = 118+97+158=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #76619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76619E is #899E61. Grayscale: #6E6E6E. Windows color (decimal): -9018978 or 10379638. OLE color: 10379638.

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

Color convert

RGB11897158-
CMYK0.250.3900.38
HSL260.66º23.92%50%-
HSV(B)260.66º38.61%61.96%-
XYZ17.9214.8734.27-
YUV110.23154.96133.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 97 (38.28% from 255) = 26.01%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=31.64%
G=26.01%
B=42.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118971580.250.3900.38260.6623.9250
Hex76619E19270261051832
Octal16614123631470464053062
Binary111011011000011001111011001100111010011010000010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,97,158); }

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

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

 a { background-color: rgb(118,97,158); }

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

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

 span { border-color: rgb(118,97,158); }

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