Html Css Color HEX #727497 Scampi

📋 copy color: '#727497'

red 114 ◦ green 116 ◦ blue 151

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

Shades of Scampi #727497

Tints of Scampi #727497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.45%

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

R = 29.92%
G = 30.45%
B = 39.63%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#727497 (or 0x727497) is known color: Scampi. HEX triplet: 72, 74 and 97. RGB value is (114,116,151). Sum of RGB (Red+Green+Blue) = 114+116+151=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 151 - color contains mainly: blue. Hex color #727497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727497 is #8D8B68. Grayscale: #777777. Windows color (decimal): -9276265 or 9925746. OLE color: 9925746.

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

Color convert

RGB 114 116 151 -
CMYK 0.25 0.23 0 0.41
HSL 236.76º 0.15% 0.52% -
HSV(B) 236.76º 0.25% 0.59% -
XYZ 18.77 18.3 31.82 -
YUV 119.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 114 116 151 0.25 0.23 0 0.41 236.76 0.15 0.52
Hex 72 74 97 19 17 0 29 ED F 34
Octal 162 164 227 31 27 0 51 355 17 64
Binary 1110010 1110100 10010111 11001 10111 0 101001 11101101 1111 110100

Color Harmonies of #727497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727497

Black with #727497

Text Example


Text Example

White with #727497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727497; }

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

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

background-color css

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

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

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

border-color css

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

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

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