#7671AE

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

Shades of Scampi #7671AE

Tints of Scampi #7671AE

Color information

#7671AE (or 0x7671AE) is unknown color: approx Scampi. HEX triplet: 76, 71 and AE. RGB value is (118,113,174). Sum of RGB (Red+Green+Blue) = 118+113+174=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #7671AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7671AE is #898E51. Grayscale: #797979. Windows color (decimal): -9014866 or 11432310. OLE color: 11432310.

HSL color Cylindrical-coordinate representation of color #7671AE: hue angle of 244.92º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7671AE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118113174-
CMYK0.320.3500.32
HSL244.92º27.35%56.27%-
HSV(B)244.92º35.06%68.24%-
XYZ21.0218.7242.55-
YUV121.45157.66125.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=29.14%
G=27.90%
B=42.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181131740.320.3500.32244.9227.3556.27
Hex7671AE2023020f51b38
Octal16616125640430403653370
Binary111011011100011010111010000010001101000001111010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7671AE; }

 p { color: rgb(118,113,174); }

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

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

 a { background-color: rgb(118,113,174); }

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

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

 span { border-color: rgb(118,113,174); }

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