Html Css Color HEX #727499 Scampi

📋 copy color: '#727499'

red 114 ◦ green 116 ◦ blue 153

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

Shades of Scampi #727499

Tints of Scampi #727499

RGB

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

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

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

R = 29.77%
G = 30.29%
B = 39.95%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#727499 (or 0x727499) is known color: Scampi. HEX triplet: 72, 74 and 99. RGB value is (114,116,153). Sum of RGB (Red+Green+Blue) = 114+116+153=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #727499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727499 is #8D8B66. Grayscale: #777777. Windows color (decimal): -9276263 or 10056818. OLE color: 10056818.

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

Color convert

RGB 114 116 153 -
CMYK 0.25 0.24 0 0.4
HSL 236.92º 0.16% 0.52% -
HSV(B) 236.92º 0.25% 0.6% -
XYZ 18.93 18.37 32.68 -
YUV 119.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 114 116 153 0.25 0.24 0 0.4 236.92 0.16 0.52
Hex 72 74 99 19 18 0 28 ED 10 34
Octal 162 164 231 31 30 0 50 355 20 64
Binary 1110010 1110100 10011001 11001 11000 0 101000 11101101 10000 110100

Color Harmonies of #727499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727499

Black with #727499

Text Example


Text Example

White with #727499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727499; }

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

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

background-color css

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

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

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

border-color css

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

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

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