Html Css Color HEX #7566AC Scampi

📋 copy color: '#7566AC'

red 117 ◦ green 102 ◦ blue 172

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

Shades of Scampi #7566AC

Tints of Scampi #7566AC

RGB

 RED value IS 117 (46.09% from 255) = 29.92%

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

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 29.92%
G = 26.09%
B = 43.99%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7566AC (or 0x7566AC) is known color: Scampi. HEX triplet: 75, 66 and AC. RGB value is (117,102,172). Sum of RGB (Red+Green+Blue) = 117+102+172=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #7566AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7566AC is #8A9953. Grayscale: #727272. Windows color (decimal): -9083220 or 11298421. OLE color: 11298421.

HSL color Cylindrical-coordinate representation of color #7566AC: hue angle of 252.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7566AC is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 102 172 -
CMYK 0.32 0.41 0 0.33
HSL 252.86º 0.3% 0.54% -
HSV(B) 252.86º 0.41% 0.67% -
XYZ 19.53 16.26 41.14 -
YUV 114.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 117 102 172 0.32 0.41 0 0.33 252.86 0.3 0.54
Hex 75 66 AC 20 29 0 21 FD 1E 36
Octal 165 146 254 40 51 0 41 375 36 66
Binary 1110101 1100110 10101100 100000 101001 0 100001 11111101 11110 110110

Color Harmonies of #7566AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7566AC

Black with #7566AC

Text Example


Text Example

White with #7566AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7566AC; }

 p { color: rgb(117,102,172); }

 H1.HeaderClassName
 {
   color: #7566AC;
 }
 .AnyTagClassName
 {
   color: #7566AC;
 }
</style>

background-color css

<style>
 a { background-color: #7566AC; }

 a { background-color: rgb(117,102,172); }

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

border-color css

<style>
 span { border-color: #7566AC; }

 span { border-color: rgb(117,102,172); }

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