Html Css Color HEX #72718D Scampi

📋 copy color: '#72718D'

red 114 ◦ green 113 ◦ blue 141

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

Shades of Scampi #72718D

Tints of Scampi #72718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.71%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 30.98%
G = 30.71%
B = 38.32%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72718D (or 0x72718D) is known color: Scampi. HEX triplet: 72, 71 and 8D. RGB value is (114,113,141). Sum of RGB (Red+Green+Blue) = 114+113+141=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #72718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72718D is #8D8E72. Grayscale: #747474. Windows color (decimal): -9277043 or 9269618. OLE color: 9269618.

HSL color Cylindrical-coordinate representation of color #72718D: hue angle of 242.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72718D is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 113 141 -
CMYK 0.19 0.20 0 0.45
HSL 242.14º 0.11% 0.5% -
HSV(B) 242.14º 0.2% 0.55% -
XYZ 17.65 17.31 27.61 -
YUV 116.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 114 113 141 0.19 0.20 0 0.45 242.14 0.11 0.5
Hex 72 71 8D 13 14 0 2D F2 B 32
Octal 162 161 215 23 24 0 55 362 13 62
Binary 1110010 1110001 10001101 10011 10100 0 101101 11110010 1011 110010

Color Harmonies of #72718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72718D

Black with #72718D

Text Example


Text Example

White with #72718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72718D; }

 p { color: rgb(114,113,141); }

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

background-color css

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

 a { background-color: rgb(114,113,141); }

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

border-color css

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

 span { border-color: rgb(114,113,141); }

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