Html Css Color HEX #726F90 Scampi

📋 copy color: '#726F90'

red 114 ◦ green 111 ◦ blue 144

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

Shades of Scampi #726F90

Tints of Scampi #726F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 30.89%
G = 30.08%
B = 39.02%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#726F90 (or 0x726F90) is known color: Scampi. HEX triplet: 72, 6F and 90. RGB value is (114,111,144). Sum of RGB (Red+Green+Blue) = 114+111+144=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #726F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F90 is #8D906F. Grayscale: #737373. Windows color (decimal): -9277552 or 9465714. OLE color: 9465714.

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

Color convert

RGB 114 111 144 -
CMYK 0.21 0.23 0 0.44
HSL 245.45º 0.13% 0.5% -
HSV(B) 245.45º 0.23% 0.56% -
XYZ 17.66 16.96 28.73 -
YUV 115.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 114 111 144 0.21 0.23 0 0.44 245.45 0.13 0.5
Hex 72 6F 90 15 17 0 2C F5 D 32
Octal 162 157 220 25 27 0 54 365 15 62
Binary 1110010 1101111 10010000 10101 10111 0 101100 11110101 1101 110010

Color Harmonies of #726F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F90

Black with #726F90

Text Example


Text Example

White with #726F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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