Html Css Color HEX #726D99 Scampi

📋 copy color: '#726D99'

red 114 ◦ green 109 ◦ blue 153

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

Shades of Scampi #726D99

Tints of Scampi #726D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

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

R = 30.32%
G = 28.99%
B = 40.69%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#726D99 (or 0x726D99) is known color: Scampi. HEX triplet: 72, 6D and 99. RGB value is (114,109,153). Sum of RGB (Red+Green+Blue) = 114+109+153=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #726D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726D99 is #8D9266. Grayscale: #737373. Windows color (decimal): -9278055 or 10055026. OLE color: 10055026.

HSL color Cylindrical-coordinate representation of color #726D99: hue angle of 246.82º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #726D99 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 109 153 -
CMYK 0.25 0.29 0 0.4
HSL 246.82º 0.18% 0.51% -
HSV(B) 246.82º 0.29% 0.6% -
XYZ 18.16 16.81 32.43 -
YUV 115.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 114 109 153 0.25 0.29 0 0.4 246.82 0.18 0.51
Hex 72 6D 99 19 1D 0 28 F7 12 33
Octal 162 155 231 31 35 0 50 367 22 63
Binary 1110010 1101101 10011001 11001 11101 0 101000 11110111 10010 110011

Color Harmonies of #726D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D99

Black with #726D99

Text Example


Text Example

White with #726D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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