Html Css Color HEX #726AAC Scampi

📋 copy color: '#726AAC'

red 114 ◦ green 106 ◦ blue 172

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

Shades of Scampi #726AAC

Tints of Scampi #726AAC

RGB

 RED value IS 114 (44.92% from 255) = 29.08%

 GREEN value IS 106 (41.8% from 255) = 27.04%

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

R = 29.08%
G = 27.04%
B = 43.88%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#726AAC (or 0x726AAC) is known color: Scampi. HEX triplet: 72, 6A and AC. RGB value is (114,106,172). Sum of RGB (Red+Green+Blue) = 114+106+172=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #726AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726AAC is #8D9553. Grayscale: #737373. Windows color (decimal): -9278804 or 11299442. OLE color: 11299442.

HSL color Cylindrical-coordinate representation of color #726AAC: hue angle of 247.27º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726AAC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 106 172 -
CMYK 0.34 0.38 0 0.33
HSL 247.27º 0.28% 0.55% -
HSV(B) 247.27º 0.38% 0.67% -
XYZ 19.54 16.86 41.25 -
YUV 115.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 114 106 172 0.34 0.38 0 0.33 247.27 0.28 0.55
Hex 72 6A AC 22 26 0 21 F7 1C 37
Octal 162 152 254 42 46 0 41 367 34 67
Binary 1110010 1101010 10101100 100010 100110 0 100001 11110111 11100 110111

Color Harmonies of #726AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AAC

Black with #726AAC

Text Example


Text Example

White with #726AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726AAC; }

 p { color: rgb(114,106,172); }

 H1.HeaderClassName
 {
   color: #726AAC;
 }
 .AnyTagClassName
 {
   color: #726AAC;
 }
</style>

background-color css

<style>
 a { background-color: #726AAC; }

 a { background-color: rgb(114,106,172); }

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

border-color css

<style>
 span { border-color: #726AAC; }

 span { border-color: rgb(114,106,172); }

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