Html Css Color HEX #7666AB Scampi

📋 copy color: '#7666AB'

red 118 ◦ green 102 ◦ blue 171

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

Shades of Scampi #7666AB

Tints of Scampi #7666AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 30.18%
G = 26.09%
B = 43.73%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7666AB (or 0x7666AB) is known color: Scampi. HEX triplet: 76, 66 and AB. RGB value is (118,102,171). Sum of RGB (Red+Green+Blue) = 118+102+171=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #7666AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7666AB is #899954. Grayscale: #727272. Windows color (decimal): -9017685 or 11232886. OLE color: 11232886.

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

Color convert

RGB 118 102 171 -
CMYK 0.31 0.40 0 0.33
HSL 253.91º 0.29% 0.54% -
HSV(B) 253.91º 0.4% 0.67% -
XYZ 19.57 16.29 40.64 -
YUV 114.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 118 102 171 0.31 0.40 0 0.33 253.91 0.29 0.54
Hex 76 66 AB 1F 28 0 21 FE 1D 36
Octal 166 146 253 37 50 0 41 376 35 66
Binary 1110110 1100110 10101011 11111 101000 0 100001 11111110 11101 110110

Color Harmonies of #7666AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666AB

Black with #7666AB

Text Example


Text Example

White with #7666AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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