Html Css Color HEX #726098 Scampi

📋 copy color: '#726098'

red 114 ◦ green 96 ◦ blue 152

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

Shades of Scampi #726098

Tints of Scampi #726098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 31.49%
G = 26.52%
B = 41.99%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#726098 (or 0x726098) is known color: Scampi. HEX triplet: 72, 60 and 98. RGB value is (114,96,152). Sum of RGB (Red+Green+Blue) = 114+96+152=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #726098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726098 is #8D9F67. Grayscale: #6B6B6B. Windows color (decimal): -9281384 or 9986162. OLE color: 9986162.

HSL color Cylindrical-coordinate representation of color #726098: hue angle of 259.29º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #726098 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 96 152 -
CMYK 0.25 0.37 0 0.40
HSL 259.29º 0.23% 0.49% -
HSV(B) 259.29º 0.37% 0.6% -
XYZ 16.79 14.21 31.56 -
YUV 107.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 114 96 152 0.25 0.37 0 0.40 259.29 0.23 0.49
Hex 72 60 98 19 25 0 28 103 17 31
Octal 162 140 230 31 45 0 50 403 27 61
Binary 1110010 1100000 10011000 11001 100101 0 101000 100000011 10111 110001

Color Harmonies of #726098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726098

Black with #726098

Text Example


Text Example

White with #726098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726098; }

 p { color: rgb(114,96,152); }

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

background-color css

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

 a { background-color: rgb(114,96,152); }

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

border-color css

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

 span { border-color: rgb(114,96,152); }

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