#766598

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

Shades of Scampi #766598

Tints of Scampi #766598

Color information

#766598 (or 0x766598) is unknown color: approx Scampi. HEX triplet: 76, 65 and 98. RGB value is (118,101,152). Sum of RGB (Red+Green+Blue) = 118+101+152=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #766598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766598 is #899A67. Grayscale: #6F6F6F. Windows color (decimal): -9017960 or 9987446. OLE color: 9987446.

HSL color Cylindrical-coordinate representation of color #766598: hue angle of 260º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #766598 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB118101152-
CMYK0.220.3400.40
HSL260º20.16%49.61%-
HSV(B)260º33.55%59.61%-
XYZ17.7915.4331.75-
YUV111.9150.63132.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=31.81%
G=27.22%
B=40.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181011520.220.3400.4026020.1649.61
Hex76659816220281041432
Octal16614523026420504042462
Binary111011011001011001100010110100010010100010000010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766598; }

 p { color: rgb(118,101,152); }

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

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

 a { background-color: rgb(118,101,152); }

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

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

 span { border-color: rgb(118,101,152); }

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