Html Css Color HEX #716E8C Scampi

📋 copy color: '#716E8C'

red 113 ◦ green 110 ◦ blue 140

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

Shades of Scampi #716E8C

Tints of Scampi #716E8C

RGB

 RED value IS 113 (44.53% from 255) = 31.13%

 GREEN value IS 110 (43.36% from 255) = 30.3%

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 31.13%
G = 30.3%
B = 38.57%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#716E8C (or 0x716E8C) is known color: Scampi. HEX triplet: 71, 6E and 8C. RGB value is (113,110,140). Sum of RGB (Red+Green+Blue) = 113+110+140=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #716E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E8C is #8E9173. Grayscale: #727272. Windows color (decimal): -9343348 or 9203313. OLE color: 9203313.

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

Color convert

RGB 113 110 140 -
CMYK 0.19 0.21 0 0.45
HSL 246º 0.12% 0.49% -
HSV(B) 246º 0.21% 0.55% -
XYZ 17.12 16.56 27.1 -
YUV 114.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 113 110 140 0.19 0.21 0 0.45 246 0.12 0.49
Hex 71 6E 8C 13 15 0 2D F6 C 31
Octal 161 156 214 23 25 0 55 366 14 61
Binary 1110001 1101110 10001100 10011 10101 0 101101 11110110 1100 110001

Color Harmonies of #716E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E8C

Black with #716E8C

Text Example


Text Example

White with #716E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716E8C; }

 p { color: rgb(113,110,140); }

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

background-color css

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

 a { background-color: rgb(113,110,140); }

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

border-color css

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

 span { border-color: rgb(113,110,140); }

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