Html Css Color HEX #726891 Scampi

📋 copy color: '#726891'

red 114 ◦ green 104 ◦ blue 145

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

Shades of Scampi #726891

Tints of Scampi #726891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.94%

R = 31.4%
G = 28.65%
B = 39.94%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#726891 (or 0x726891) is known color: Scampi. HEX triplet: 72, 68 and 91. RGB value is (114,104,145). Sum of RGB (Red+Green+Blue) = 114+104+145=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #726891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726891 is #8D976E. Grayscale: #6F6F6F. Windows color (decimal): -9279343 or 9529458. OLE color: 9529458.

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

Color convert

RGB 114 104 145 -
CMYK 0.21 0.28 0 0.43
HSL 254.63º 0.16% 0.49% -
HSV(B) 254.63º 0.28% 0.57% -
XYZ 17 15.52 28.89 -
YUV 111.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 114 104 145 0.21 0.28 0 0.43 254.63 0.16 0.49
Hex 72 68 91 15 1C 0 2B FF 10 31
Octal 162 150 221 25 34 0 53 377 20 61
Binary 1110010 1101000 10010001 10101 11100 0 101011 11111111 10000 110001

Color Harmonies of #726891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726891

Black with #726891

Text Example


Text Example

White with #726891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726891; }

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

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

background-color css

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

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

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

border-color css

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

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

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