#76629E

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

Shades of Scampi #76629E

Tints of Scampi #76629E

Color information

#76629E (or 0x76629E) is unknown color: approx Scampi. HEX triplet: 76, 62 and 9E. RGB value is (118,98,158). Sum of RGB (Red+Green+Blue) = 118+98+158=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #76629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76629E is #899D61. Grayscale: #6E6E6E. Windows color (decimal): -9018722 or 10379894. OLE color: 10379894.

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

Color convert

RGB11898158-
CMYK0.250.3800.38
HSL260º23.62%50.2%-
HSV(B)260º37.97%61.96%-
XYZ18.0115.0634.3-
YUV110.82154.63133.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=31.55%
G=26.20%
B=42.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118981580.250.3800.3826023.6250.2
Hex76629E19260261041832
Octal16614223631460464043062
Binary111011011000101001111011001100110010011010000010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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