Html Css Color HEX #726296 Scampi

📋 copy color: '#726296'

red 114 ◦ green 98 ◦ blue 150

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

Shades of Scampi #726296

Tints of Scampi #726296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

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

R = 31.49%
G = 27.07%
B = 41.44%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#726296 (or 0x726296) is known color: Scampi. HEX triplet: 72, 62 and 96. RGB value is (114,98,150). Sum of RGB (Red+Green+Blue) = 114+98+150=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #726296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726296 is #8D9D69. Grayscale: #6C6C6C. Windows color (decimal): -9280874 or 9855602. OLE color: 9855602.

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

Color convert

RGB 114 98 150 -
CMYK 0.24 0.35 0 0.41
HSL 258.46º 0.21% 0.49% -
HSV(B) 258.46º 0.35% 0.59% -
XYZ 16.81 14.51 30.77 -
YUV 108.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 114 98 150 0.24 0.35 0 0.41 258.46 0.21 0.49
Hex 72 62 96 18 23 0 29 102 15 31
Octal 162 142 226 30 43 0 51 402 25 61
Binary 1110010 1100010 10010110 11000 100011 0 101001 100000010 10101 110001

Color Harmonies of #726296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726296

Black with #726296

Text Example


Text Example

White with #726296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726296; }

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

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

background-color css

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

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

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

border-color css

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

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

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