#76669D

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

Shades of Scampi #76669D

Tints of Scampi #76669D

Color information

#76669D (or 0x76669D) is unknown color: approx Scampi. HEX triplet: 76, 66 and 9D. RGB value is (118,102,157). Sum of RGB (Red+Green+Blue) = 118+102+157=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #76669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76669D is #899962. Grayscale: #707070. Windows color (decimal): -9017699 or 10315382. OLE color: 10315382.

HSL color Cylindrical-coordinate representation of color #76669D: hue angle of 257.45º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76669D is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118102157-
CMYK0.250.3500.38
HSL257.45º21.91%50.78%-
HSV(B)257.45º35.03%61.57%-
XYZ18.3115.7933.98-
YUV113.05152.8131.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=31.30%
G=27.06%
B=41.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181021570.250.3500.38257.4521.9150.78
Hex76669D19230261011633
Octal16614623531430464012663
Binary111011011001101001110111001100011010011010000000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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