Html Css Color HEX #727095 Scampi

📋 copy color: '#727095'

red 114 ◦ green 112 ◦ blue 149

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

Shades of Scampi #727095

Tints of Scampi #727095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 30.4%
G = 29.87%
B = 39.73%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727095 (or 0x727095) is known color: Scampi. HEX triplet: 72, 70 and 95. RGB value is (114,112,149). Sum of RGB (Red+Green+Blue) = 114+112+149=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #727095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727095 is #8D8F6A. Grayscale: #747474. Windows color (decimal): -9277291 or 9793650. OLE color: 9793650.

HSL color Cylindrical-coordinate representation of color #727095: hue angle of 243.24º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #727095 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 112 149 -
CMYK 0.23 0.25 0 0.42
HSL 243.24º 0.15% 0.51% -
HSV(B) 243.24º 0.25% 0.58% -
XYZ 18.16 17.34 30.82 -
YUV 116.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 114 112 149 0.23 0.25 0 0.42 243.24 0.15 0.51
Hex 72 70 95 17 19 0 2A F3 F 33
Octal 162 160 225 27 31 0 52 363 17 63
Binary 1110010 1110000 10010101 10111 11001 0 101010 11110011 1111 110011

Color Harmonies of #727095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727095

Black with #727095

Text Example


Text Example

White with #727095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727095; }

 p { color: rgb(114,112,149); }

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

background-color css

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

 a { background-color: rgb(114,112,149); }

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

border-color css

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

 span { border-color: rgb(114,112,149); }

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