Html Css Color HEX #726099 Scampi

📋 copy color: '#726099'

red 114 ◦ green 96 ◦ blue 153

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

Shades of Scampi #726099

Tints of Scampi #726099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

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

R = 31.4%
G = 26.45%
B = 42.15%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#726099 (or 0x726099) is known color: Scampi. HEX triplet: 72, 60 and 99. RGB value is (114,96,153). Sum of RGB (Red+Green+Blue) = 114+96+153=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #726099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726099 is #8D9F66. Grayscale: #6B6B6B. Windows color (decimal): -9281383 or 10051698. OLE color: 10051698.

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

Color convert

RGB 114 96 153 -
CMYK 0.25 0.37 0 0.4
HSL 258.95º 0.23% 0.49% -
HSV(B) 258.95º 0.37% 0.6% -
XYZ 16.87 14.24 32 -
YUV 107.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 114 96 153 0.25 0.37 0 0.4 258.95 0.23 0.49
Hex 72 60 99 19 25 0 28 103 17 31
Octal 162 140 231 31 45 0 50 403 27 61
Binary 1110010 1100000 10011001 11001 100101 0 101000 100000011 10111 110001

Color Harmonies of #726099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726099

Black with #726099

Text Example


Text Example

White with #726099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726099; }

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

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

background-color css

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

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

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

border-color css

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

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

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