Html Css Color HEX #726799 Scampi

📋 copy color: '#726799'

red 114 ◦ green 103 ◦ blue 153

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

Shades of Scampi #726799

Tints of Scampi #726799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 30.81%
G = 27.84%
B = 41.35%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#726799 (or 0x726799) is known color: Scampi. HEX triplet: 72, 67 and 99. RGB value is (114,103,153). Sum of RGB (Red+Green+Blue) = 114+103+153=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #726799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726799 is #8D9866. Grayscale: #6F6F6F. Windows color (decimal): -9279591 or 10053490. OLE color: 10053490.

HSL color Cylindrical-coordinate representation of color #726799: hue angle of 253.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726799 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 103 153 -
CMYK 0.25 0.33 0 0.4
HSL 253.2º 0.2% 0.5% -
HSV(B) 253.2º 0.33% 0.6% -
XYZ 17.54 15.58 32.22 -
YUV 111.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 114 103 153 0.25 0.33 0 0.4 253.2 0.2 0.5
Hex 72 67 99 19 21 0 28 FD 14 32
Octal 162 147 231 31 41 0 50 375 24 62
Binary 1110010 1100111 10011001 11001 100001 0 101000 11111101 10100 110010

Color Harmonies of #726799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726799

Black with #726799

Text Example


Text Example

White with #726799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726799; }

 p { color: rgb(114,103,153); }

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

background-color css

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

 a { background-color: rgb(114,103,153); }

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

border-color css

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

 span { border-color: rgb(114,103,153); }

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