#76629D

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

Shades of Scampi #76629D

Tints of Scampi #76629D

Color information

#76629D (or 0x76629D) is unknown color: approx Scampi. HEX triplet: 76, 62 and 9D. RGB value is (118,98,157). Sum of RGB (Red+Green+Blue) = 118+98+157=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #76629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76629D is #899D62. Grayscale: #6E6E6E. Windows color (decimal): -9018723 or 10314358. OLE color: 10314358.

HSL color Cylindrical-coordinate representation of color #76629D: hue angle of 260.34º degrees, saturation: 0.23, 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 #76629D is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11898157-
CMYK0.250.3800.38
HSL260.34º23.14%50%-
HSV(B)260.34º37.58%61.57%-
XYZ17.9215.0233.85-
YUV110.71154.13133.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=31.64%
G=26.27%
B=42.09%

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
Decimal118981570.250.3800.38260.3423.1450
Hex76629D19260261041732
Octal16614223531460464042762
Binary111011011000101001110111001100110010011010000010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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