Html Css Color HEX #7866AA Scampi

📋 copy color: '#7866AA'

red 120 ◦ green 102 ◦ blue 170

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

Shades of Scampi #7866AA

Tints of Scampi #7866AA

RGB

 RED value IS 120 (47.27% from 255) = 30.61%

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

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

R = 30.61%
G = 26.02%
B = 43.37%

CMYK

 C value IS 0.29

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7866AA (or 0x7866AA) is known color: Scampi. HEX triplet: 78, 66 and AA. RGB value is (120,102,170). Sum of RGB (Red+Green+Blue) = 120+102+170=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #7866AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7866AA is #879955. Grayscale: #727272. Windows color (decimal): -8886614 or 11167352. OLE color: 11167352.

HSL color Cylindrical-coordinate representation of color #7866AA: hue angle of 255.88º 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 #7866AA is Cyan = 0.29, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 102 170 -
CMYK 0.29 0.4 0 0.33
HSL 255.88º 0.29% 0.53% -
HSV(B) 255.88º 0.4% 0.67% -
XYZ 19.75 16.4 40.15 -
YUV 115.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 120 102 170 0.29 0.4 0 0.33 255.88 0.29 0.53
Hex 78 66 AA 1D 28 0 21 100 1D 35
Octal 170 146 252 35 50 0 41 400 35 65
Binary 1111000 1100110 10101010 11101 101000 0 100001 100000000 11101 110101

Color Harmonies of #7866AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7866AA

Black with #7866AA

Text Example


Text Example

White with #7866AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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