Html Css Color HEX #726892 Scampi

📋 copy color: '#726892'

red 114 ◦ green 104 ◦ blue 146

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

Shades of Scampi #726892

Tints of Scampi #726892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

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

R = 31.32%
G = 28.57%
B = 40.11%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#726892 (or 0x726892) is known color: Scampi. HEX triplet: 72, 68 and 92. RGB value is (114,104,146). Sum of RGB (Red+Green+Blue) = 114+104+146=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #726892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726892 is #8D976D. Grayscale: #6F6F6F. Windows color (decimal): -9279342 or 9594994. OLE color: 9594994.

HSL color Cylindrical-coordinate representation of color #726892: hue angle of 254.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #726892 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 104 146 -
CMYK 0.22 0.29 0 0.43
HSL 254.29º 0.17% 0.49% -
HSV(B) 254.29º 0.29% 0.57% -
XYZ 17.08 15.55 29.3 -
YUV 111.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 114 104 146 0.22 0.29 0 0.43 254.29 0.17 0.49
Hex 72 68 92 16 1D 0 2B FE 11 31
Octal 162 150 222 26 35 0 53 376 21 61
Binary 1110010 1101000 10010010 10110 11101 0 101011 11111110 10001 110001

Color Harmonies of #726892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726892

Black with #726892

Text Example


Text Example

White with #726892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726892; }

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

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

background-color css

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

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

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

border-color css

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

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

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