Html Css Color HEX #726497 Scampi

📋 copy color: '#726497'

red 114 ◦ green 100 ◦ blue 151

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

Shades of Scampi #726497

Tints of Scampi #726497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

 BLUE value IS 151 (59.38% from 255) = 41.37%

R = 31.23%
G = 27.4%
B = 41.37%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#726497 (or 0x726497) is known color: Scampi. HEX triplet: 72, 64 and 97. RGB value is (114,100,151). Sum of RGB (Red+Green+Blue) = 114+100+151=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #726497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726497 is #8D9B68. Grayscale: #6D6D6D. Windows color (decimal): -9280361 or 9921650. OLE color: 9921650.

HSL color Cylindrical-coordinate representation of color #726497: hue angle of 256.47º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #726497 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 100 151 -
CMYK 0.25 0.34 0 0.41
HSL 256.47º 0.2% 0.49% -
HSV(B) 256.47º 0.34% 0.59% -
XYZ 17.08 14.93 31.26 -
YUV 110 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 114 100 151 0.25 0.34 0 0.41 256.47 0.2 0.49
Hex 72 64 97 19 22 0 29 100 14 31
Octal 162 144 227 31 42 0 51 400 24 61
Binary 1110010 1100100 10010111 11001 100010 0 101001 100000000 10100 110001

Color Harmonies of #726497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726497

Black with #726497

Text Example


Text Example

White with #726497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726497; }

 p { color: rgb(114,100,151); }

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

background-color css

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

 a { background-color: rgb(114,100,151); }

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

border-color css

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

 span { border-color: rgb(114,100,151); }

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