Html Css Color HEX #7666AA Scampi

📋 copy color: '#7666AA'

red 118 ◦ green 102 ◦ blue 170

#7666AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #7666AA

Tints of Scampi #7666AA

RGB

 RED value IS 118 (46.48% from 255) = 30.26%

 GREEN value IS 102 (40.23% from 255) = 26.15%

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 30.26%
G = 26.15%
B = 43.59%

CMYK

 C value IS 0.31

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7666AA (or 0x7666AA) is known color: Scampi. HEX triplet: 76, 66 and AA. RGB value is (118,102,170). Sum of RGB (Red+Green+Blue) = 118+102+170=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #7666AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7666AA is #899955. Grayscale: #727272. Windows color (decimal): -9017686 or 11167350. OLE color: 11167350.

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

Color convert

RGB 118 102 170 -
CMYK 0.31 0.4 0 0.33
HSL 254.12º 0.29% 0.53% -
HSV(B) 254.12º 0.4% 0.67% -
XYZ 19.48 16.26 40.14 -
YUV 114.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 118 102 170 0.31 0.4 0 0.33 254.12 0.29 0.53
Hex 76 66 AA 1F 28 0 21 FE 1D 35
Octal 166 146 252 37 50 0 41 376 35 65
Binary 1110110 1100110 10101010 11111 101000 0 100001 11111110 11101 110101

Color Harmonies of #7666AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666AA

Black with #7666AA

Text Example


Text Example

White with #7666AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7666AA;
 }
 .AnyTagClassName
 {
   color: #7666AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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