Html Css Color HEX #7572AA Scampi

📋 copy color: '#7572AA'

red 117 ◦ green 114 ◦ blue 170

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

Shades of Scampi #7572AA

Tints of Scampi #7572AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.43%

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

R = 29.18%
G = 28.43%
B = 42.39%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7572AA (or 0x7572AA) is known color: Scampi. HEX triplet: 75, 72 and AA. RGB value is (117,114,170). Sum of RGB (Red+Green+Blue) = 117+114+170=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #7572AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7572AA is #8A8D55. Grayscale: #797979. Windows color (decimal): -9080150 or 11170421. OLE color: 11170421.

HSL color Cylindrical-coordinate representation of color #7572AA: hue angle of 243.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7572AA is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 114 170 -
CMYK 0.31 0.33 0 0.33
HSL 243.21º 0.25% 0.56% -
HSV(B) 243.21º 0.33% 0.67% -
XYZ 20.61 18.72 40.56 -
YUV 121.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 117 114 170 0.31 0.33 0 0.33 243.21 0.25 0.56
Hex 75 72 AA 1F 21 0 21 F3 19 38
Octal 165 162 252 37 41 0 41 363 31 70
Binary 1110101 1110010 10101010 11111 100001 0 100001 11110011 11001 111000

Color Harmonies of #7572AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7572AA

Black with #7572AA

Text Example


Text Example

White with #7572AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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