#76619C

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

Shades of Scampi #76619C

Tints of Scampi #76619C

Color information

#76619C (or 0x76619C) is unknown color: approx Scampi. HEX triplet: 76, 61 and 9C. RGB value is (118,97,156). Sum of RGB (Red+Green+Blue) = 118+97+156=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #76619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76619C is #899E63. Grayscale: #6D6D6D. Windows color (decimal): -9018980 or 10248566. OLE color: 10248566.

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

Color convert

RGB11897156-
CMYK0.240.3800.39
HSL261.36º23.32%49.61%-
HSV(B)261.36º37.82%61.18%-
XYZ17.7514.833.37-
YUV110153.96133.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=31.81%
G=26.15%
B=42.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118971560.240.3800.39261.3623.3249.61
Hex76619C18260271051732
Octal16614123430460474052762
Binary111011011000011001110011000100110010011110000010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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