Html Css Color HEX #726CAF Scampi

📋 copy color: '#726CAF'

red 114 ◦ green 108 ◦ blue 175

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

Shades of Scampi #726CAF

Tints of Scampi #726CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 28.72%
G = 27.2%
B = 44.08%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#726CAF (or 0x726CAF) is known color: Scampi. HEX triplet: 72, 6C and AF. RGB value is (114,108,175). Sum of RGB (Red+Green+Blue) = 114+108+175=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #726CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726CAF is #8D9350. Grayscale: #757575. Windows color (decimal): -9278289 or 11496562. OLE color: 11496562.

HSL color Cylindrical-coordinate representation of color #726CAF: hue angle of 245.37º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726CAF is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 108 175 -
CMYK 0.35 0.38 0 0.31
HSL 245.37º 0.3% 0.55% -
HSV(B) 245.37º 0.38% 0.69% -
XYZ 20.04 17.4 42.86 -
YUV 117.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 114 108 175 0.35 0.38 0 0.31 245.37 0.3 0.55
Hex 72 6C AF 23 26 0 1F F5 1E 37
Octal 162 154 257 43 46 0 37 365 36 67
Binary 1110010 1101100 10101111 100011 100110 0 11111 11110101 11110 110111

Color Harmonies of #726CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CAF

Black with #726CAF

Text Example


Text Example

White with #726CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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