Html Css Color HEX #726F91 Scampi

📋 copy color: '#726F91'

red 114 ◦ green 111 ◦ blue 145

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

Shades of Scampi #726F91

Tints of Scampi #726F91

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

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

R = 30.81%
G = 30%
B = 39.19%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#726F91 (or 0x726F91) is known color: Scampi. HEX triplet: 72, 6F and 91. RGB value is (114,111,145). Sum of RGB (Red+Green+Blue) = 114+111+145=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #726F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F91 is #8D906E. Grayscale: #737373. Windows color (decimal): -9277551 or 9531250. OLE color: 9531250.

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

Color convert

RGB 114 111 145 -
CMYK 0.21 0.23 0 0.43
HSL 245.29º 0.13% 0.5% -
HSV(B) 245.29º 0.23% 0.57% -
XYZ 17.73 16.99 29.13 -
YUV 115.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 114 111 145 0.21 0.23 0 0.43 245.29 0.13 0.5
Hex 72 6F 91 15 17 0 2B F5 D 32
Octal 162 157 221 25 27 0 53 365 15 62
Binary 1110010 1101111 10010001 10101 10111 0 101011 11110101 1101 110010

Color Harmonies of #726F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F91

Black with #726F91

Text Example


Text Example

White with #726F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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