#7667AA

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

Shades of Scampi #7667AA

Tints of Scampi #7667AA

Color information

#7667AA (or 0x7667AA) is unknown color: approx Scampi. HEX triplet: 76, 67 and AA. RGB value is (118,103,170). Sum of RGB (Red+Green+Blue) = 118+103+170=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #7667AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7667AA is #899855. Grayscale: #727272. Windows color (decimal): -9017430 or 11167606. OLE color: 11167606.

HSL color Cylindrical-coordinate representation of color #7667AA: hue angle of 253.43º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7667AA is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118103170-
CMYK0.310.3900.33
HSL253.43º28.27%53.53%-
HSV(B)253.43º39.41%66.67%-
XYZ19.5816.4540.17-
YUV115.12158.97130.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=30.18%
G=26.34%
B=43.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181031700.310.3900.33253.4328.2753.53
Hex7667AA1F27021fd1c36
Octal16614725237470413753466
Binary11101101100111101010101111110011101000011111110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7667AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7667AA; }

 p { color: rgb(118,103,170); }

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

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

 a { background-color: rgb(118,103,170); }

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

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

 span { border-color: rgb(118,103,170); }

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