Html Css Color HEX #726899 Scampi

📋 copy color: '#726899'

red 114 ◦ green 104 ◦ blue 153

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

Shades of Scampi #726899

Tints of Scampi #726899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 30.73%
G = 28.03%
B = 41.24%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#726899 (or 0x726899) is known color: Scampi. HEX triplet: 72, 68 and 99. RGB value is (114,104,153). Sum of RGB (Red+Green+Blue) = 114+104+153=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #726899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726899 is #8D9766. Grayscale: #707070. Windows color (decimal): -9279335 or 10053746. OLE color: 10053746.

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

Color convert

RGB 114 104 153 -
CMYK 0.25 0.32 0 0.4
HSL 252.24º 0.19% 0.5% -
HSV(B) 252.24º 0.32% 0.6% -
XYZ 17.64 15.78 32.25 -
YUV 112.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 114 104 153 0.25 0.32 0 0.4 252.24 0.19 0.5
Hex 72 68 99 19 20 0 28 FC 13 32
Octal 162 150 231 31 40 0 50 374 23 62
Binary 1110010 1101000 10011001 11001 100000 0 101000 11111100 10011 110010

Color Harmonies of #726899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726899

Black with #726899

Text Example


Text Example

White with #726899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726899; }

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

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

background-color css

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

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

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

border-color css

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

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

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