Html Css Color HEX #7566A6 Scampi

📋 copy color: '#7566A6'

red 117 ◦ green 102 ◦ blue 166

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

Shades of Scampi #7566A6

Tints of Scampi #7566A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.12%

R = 30.39%
G = 26.49%
B = 43.12%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7566A6 (or 0x7566A6) is known color: Scampi. HEX triplet: 75, 66 and A6. RGB value is (117,102,166). Sum of RGB (Red+Green+Blue) = 117+102+166=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #7566A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7566A6 is #8A9959. Grayscale: #717171. Windows color (decimal): -9083226 or 10905205. OLE color: 10905205.

HSL color Cylindrical-coordinate representation of color #7566A6: hue angle of 254.06º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7566A6 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 102 166 -
CMYK 0.30 0.39 0 0.35
HSL 254.06º 0.26% 0.53% -
HSV(B) 254.06º 0.39% 0.65% -
XYZ 18.97 16.04 38.17 -
YUV 113.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 117 102 166 0.30 0.39 0 0.35 254.06 0.26 0.53
Hex 75 66 A6 1E 27 0 23 FE 1A 35
Octal 165 146 246 36 47 0 43 376 32 65
Binary 1110101 1100110 10100110 11110 100111 0 100011 11111110 11010 110101

Color Harmonies of #7566A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7566A6

Black with #7566A6

Text Example


Text Example

White with #7566A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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