Html Css Color HEX #726CAC Scampi

📋 copy color: '#726CAC'

red 114 ◦ green 108 ◦ blue 172

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

Shades of Scampi #726CAC

Tints of Scampi #726CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

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

R = 28.93%
G = 27.41%
B = 43.65%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#726CAC (or 0x726CAC) is known color: Scampi. HEX triplet: 72, 6C and AC. RGB value is (114,108,172). Sum of RGB (Red+Green+Blue) = 114+108+172=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #726CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726CAC is #8D9353. Grayscale: #747474. Windows color (decimal): -9278292 or 11299954. OLE color: 11299954.

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

Color convert

RGB 114 108 172 -
CMYK 0.34 0.37 0 0.33
HSL 245.63º 0.28% 0.55% -
HSV(B) 245.63º 0.37% 0.67% -
XYZ 19.75 17.28 41.32 -
YUV 117.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 114 108 172 0.34 0.37 0 0.33 245.63 0.28 0.55
Hex 72 6C AC 22 25 0 21 F6 1C 37
Octal 162 154 254 42 45 0 41 366 34 67
Binary 1110010 1101100 10101100 100010 100101 0 100001 11110110 11100 110111

Color Harmonies of #726CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CAC

Black with #726CAC

Text Example


Text Example

White with #726CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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