Html Css Color HEX #72718B Scampi

📋 copy color: '#72718B'

red 114 ◦ green 113 ◦ blue 139

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

Shades of Scampi #72718B

Tints of Scampi #72718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 31.15%
G = 30.87%
B = 37.98%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72718B (or 0x72718B) is known color: Scampi. HEX triplet: 72, 71 and 8B. RGB value is (114,113,139). Sum of RGB (Red+Green+Blue) = 114+113+139=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #72718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72718B is #8D8E74. Grayscale: #747474. Windows color (decimal): -9277045 or 9138546. OLE color: 9138546.

HSL color Cylindrical-coordinate representation of color #72718B: hue angle of 242.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72718B is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 113 139 -
CMYK 0.18 0.19 0 0.45
HSL 242.31º 0.1% 0.49% -
HSV(B) 242.31º 0.19% 0.55% -
XYZ 17.5 17.25 26.83 -
YUV 116.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 114 113 139 0.18 0.19 0 0.45 242.31 0.1 0.49
Hex 72 71 8B 12 13 0 2D F2 A 31
Octal 162 161 213 22 23 0 55 362 12 61
Binary 1110010 1110001 10001011 10010 10011 0 101101 11110010 1010 110001

Color Harmonies of #72718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72718B

Black with #72718B

Text Example


Text Example

White with #72718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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