Html Css Color HEX #7066AC Scampi

📋 copy color: '#7066AC'

red 112 ◦ green 102 ◦ blue 172

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

Shades of Scampi #7066AC

Tints of Scampi #7066AC

RGB

 RED value IS 112 (44.14% from 255) = 29.02%

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

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

R = 29.02%
G = 26.42%
B = 44.56%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7066AC (or 0x7066AC) is known color: Scampi. HEX triplet: 70, 66 and AC. RGB value is (112,102,172). Sum of RGB (Red+Green+Blue) = 112+102+172=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #7066AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7066AC is #8F9953. Grayscale: #707070. Windows color (decimal): -9410900 or 11298416. OLE color: 11298416.

HSL color Cylindrical-coordinate representation of color #7066AC: hue angle of 248.57º 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 #7066AC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 102 172 -
CMYK 0.35 0.41 0 0.33
HSL 248.57º 0.3% 0.54% -
HSV(B) 248.57º 0.41% 0.67% -
XYZ 18.88 15.93 41.11 -
YUV 112.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 112 102 172 0.35 0.41 0 0.33 248.57 0.3 0.54
Hex 70 66 AC 23 29 0 21 F9 1E 36
Octal 160 146 254 43 51 0 41 371 36 66
Binary 1110000 1100110 10101100 100011 101001 0 100001 11111001 11110 110110

Color Harmonies of #7066AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066AC

Black with #7066AC

Text Example


Text Example

White with #7066AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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