Html Css Color HEX #726E8C Scampi

📋 copy color: '#726E8C'

red 114 ◦ green 110 ◦ blue 140

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

Shades of Scampi #726E8C

Tints of Scampi #726E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 31.32%
G = 30.22%
B = 38.46%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#726E8C (or 0x726E8C) is known color: Scampi. HEX triplet: 72, 6E and 8C. RGB value is (114,110,140). Sum of RGB (Red+Green+Blue) = 114+110+140=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #726E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726E8C is #8D9173. Grayscale: #727272. Windows color (decimal): -9277812 or 9203314. OLE color: 9203314.

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

Color convert

RGB 114 110 140 -
CMYK 0.19 0.21 0 0.45
HSL 248º 0.12% 0.49% -
HSV(B) 248º 0.21% 0.55% -
XYZ 17.25 16.62 27.11 -
YUV 114.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 114 110 140 0.19 0.21 0 0.45 248 0.12 0.49
Hex 72 6E 8C 13 15 0 2D F8 C 31
Octal 162 156 214 23 25 0 55 370 14 61
Binary 1110010 1101110 10001100 10011 10101 0 101101 11111000 1100 110001

Color Harmonies of #726E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E8C

Black with #726E8C

Text Example


Text Example

White with #726E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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