Html Css Color HEX #726C92 Scampi

📋 copy color: '#726C92'

red 114 ◦ green 108 ◦ blue 146

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

Shades of Scampi #726C92

Tints of Scampi #726C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 30.98%
G = 29.35%
B = 39.67%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#726C92 (or 0x726C92) is known color: Scampi. HEX triplet: 72, 6C and 92. RGB value is (114,108,146). Sum of RGB (Red+Green+Blue) = 114+108+146=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #726C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C92 is #8D936D. Grayscale: #717171. Windows color (decimal): -9278318 or 9596018. OLE color: 9596018.

HSL color Cylindrical-coordinate representation of color #726C92: hue angle of 249.47º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #726C92 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 108 146 -
CMYK 0.22 0.26 0 0.43
HSL 249.47º 0.15% 0.5% -
HSV(B) 249.47º 0.26% 0.57% -
XYZ 17.49 16.38 29.43 -
YUV 114.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 114 108 146 0.22 0.26 0 0.43 249.47 0.15 0.5
Hex 72 6C 92 16 1A 0 2B F9 F 32
Octal 162 154 222 26 32 0 53 371 17 62
Binary 1110010 1101100 10010010 10110 11010 0 101011 11111001 1111 110010

Color Harmonies of #726C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C92

Black with #726C92

Text Example


Text Example

White with #726C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726C92; }

 p { color: rgb(114,108,146); }

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

background-color css

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

 a { background-color: rgb(114,108,146); }

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

border-color css

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

 span { border-color: rgb(114,108,146); }

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