Html Css Color HEX #726EAC Scampi

📋 copy color: '#726EAC'

red 114 ◦ green 110 ◦ blue 172

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

Shades of Scampi #726EAC

Tints of Scampi #726EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.78%

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

R = 28.79%
G = 27.78%
B = 43.43%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#726EAC (or 0x726EAC) is known color: Scampi. HEX triplet: 72, 6E and AC. RGB value is (114,110,172). Sum of RGB (Red+Green+Blue) = 114+110+172=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #726EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726EAC is #8D9153. Grayscale: #767676. Windows color (decimal): -9277780 or 11300466. OLE color: 11300466.

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

Color convert

RGB 114 110 172 -
CMYK 0.34 0.36 0 0.33
HSL 243.87º 0.27% 0.55% -
HSV(B) 243.87º 0.36% 0.67% -
XYZ 19.96 17.71 41.4 -
YUV 118.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 114 110 172 0.34 0.36 0 0.33 243.87 0.27 0.55
Hex 72 6E AC 22 24 0 21 F4 1B 37
Octal 162 156 254 42 44 0 41 364 33 67
Binary 1110010 1101110 10101100 100010 100100 0 100001 11110100 11011 110111

Color Harmonies of #726EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726EAC

Black with #726EAC

Text Example


Text Example

White with #726EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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