Html Css Color HEX #726CAA Scampi

📋 copy color: '#726CAA'

red 114 ◦ green 108 ◦ blue 170

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

Shades of Scampi #726CAA

Tints of Scampi #726CAA

RGB

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

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

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

R = 29.08%
G = 27.55%
B = 43.37%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#726CAA (or 0x726CAA) is known color: Scampi. HEX triplet: 72, 6C and AA. RGB value is (114,108,170). Sum of RGB (Red+Green+Blue) = 114+108+170=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #726CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726CAA is #8D9355. Grayscale: #747474. Windows color (decimal): -9278294 or 11168882. OLE color: 11168882.

HSL color Cylindrical-coordinate representation of color #726CAA: hue angle of 245.81º 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 #726CAA is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 108 170 -
CMYK 0.33 0.36 0 0.33
HSL 245.81º 0.27% 0.55% -
HSV(B) 245.81º 0.36% 0.67% -
XYZ 19.56 17.2 40.32 -
YUV 116.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 114 108 170 0.33 0.36 0 0.33 245.81 0.27 0.55
Hex 72 6C AA 21 24 0 21 F6 1B 37
Octal 162 154 252 41 44 0 41 366 33 67
Binary 1110010 1101100 10101010 100001 100100 0 100001 11110110 11011 110111

Color Harmonies of #726CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CAA

Black with #726CAA

Text Example


Text Example

White with #726CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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