Html Css Color HEX #726896 Scampi

📋 copy color: '#726896'

red 114 ◦ green 104 ◦ blue 150

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

Shades of Scampi #726896

Tints of Scampi #726896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.76%

R = 30.98%
G = 28.26%
B = 40.76%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#726896 (or 0x726896) is known color: Scampi. HEX triplet: 72, 68 and 96. RGB value is (114,104,150). Sum of RGB (Red+Green+Blue) = 114+104+150=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #726896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726896 is #8D9769. Grayscale: #707070. Windows color (decimal): -9279338 or 9857138. OLE color: 9857138.

HSL color Cylindrical-coordinate representation of color #726896: hue angle of 253.04º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #726896 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 104 150 -
CMYK 0.24 0.31 0 0.41
HSL 253.04º 0.18% 0.5% -
HSV(B) 253.04º 0.31% 0.59% -
XYZ 17.39 15.68 30.96 -
YUV 112.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 114 104 150 0.24 0.31 0 0.41 253.04 0.18 0.5
Hex 72 68 96 18 1F 0 29 FD 12 32
Octal 162 150 226 30 37 0 51 375 22 62
Binary 1110010 1101000 10010110 11000 11111 0 101001 11111101 10010 110010

Color Harmonies of #726896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726896

Black with #726896

Text Example


Text Example

White with #726896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726896; }

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

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

background-color css

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

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

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

border-color css

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

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

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