Html Css Color HEX #726E8D Scampi

📋 copy color: '#726E8D'

red 114 ◦ green 110 ◦ blue 141

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

Shades of Scampi #726E8D

Tints of Scampi #726E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.14%

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 31.23%
G = 30.14%
B = 38.63%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#726E8D (or 0x726E8D) is known color: Scampi. HEX triplet: 72, 6E and 8D. RGB value is (114,110,141). Sum of RGB (Red+Green+Blue) = 114+110+141=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #726E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726E8D is #8D9172. Grayscale: #727272. Windows color (decimal): -9277811 or 9268850. OLE color: 9268850.

HSL color Cylindrical-coordinate representation of color #726E8D: hue angle of 247.74º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #726E8D is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 110 141 -
CMYK 0.19 0.22 0 0.45
HSL 247.74º 0.12% 0.49% -
HSV(B) 247.74º 0.22% 0.55% -
XYZ 17.32 16.65 27.5 -
YUV 114.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 114 110 141 0.19 0.22 0 0.45 247.74 0.12 0.49
Hex 72 6E 8D 13 16 0 2D F8 C 31
Octal 162 156 215 23 26 0 55 370 14 61
Binary 1110010 1101110 10001101 10011 10110 0 101101 11111000 1100 110001

Color Harmonies of #726E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E8D

Black with #726E8D

Text Example


Text Example

White with #726E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,110,141); }

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

background-color css

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

 a { background-color: rgb(114,110,141); }

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

border-color css

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

 span { border-color: rgb(114,110,141); }

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