Html Css Color HEX #7566AA Scampi

📋 copy color: '#7566AA'

red 117 ◦ green 102 ◦ blue 170

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

Shades of Scampi #7566AA

Tints of Scampi #7566AA

RGB

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

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

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

R = 30.08%
G = 26.22%
B = 43.7%

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

#7566AA (or 0x7566AA) is known color: Scampi. HEX triplet: 75, 66 and AA. RGB value is (117,102,170). Sum of RGB (Red+Green+Blue) = 117+102+170=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #7566AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7566AA is #8A9955. Grayscale: #717171. Windows color (decimal): -9083222 or 11167349. OLE color: 11167349.

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

Color convert

RGB 117 102 170 -
CMYK 0.31 0.4 0 0.33
HSL 253.24º 0.29% 0.53% -
HSV(B) 253.24º 0.4% 0.67% -
XYZ 19.34 16.19 40.14 -
YUV 114.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 117 102 170 0.31 0.4 0 0.33 253.24 0.29 0.53
Hex 75 66 AA 1F 28 0 21 FD 1D 35
Octal 165 146 252 37 50 0 41 375 35 65
Binary 1110101 1100110 10101010 11111 101000 0 100001 11111101 11101 110101

Color Harmonies of #7566AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7566AA

Black with #7566AA

Text Example


Text Example

White with #7566AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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