Html Css Color HEX #716CAC Scampi

📋 copy color: '#716CAC'

red 113 ◦ green 108 ◦ blue 172

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

Shades of Scampi #716CAC

Tints of Scampi #716CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.48%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 28.75%
G = 27.48%
B = 43.77%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#716CAC (or 0x716CAC) is known color: Scampi. HEX triplet: 71, 6C and AC. RGB value is (113,108,172). Sum of RGB (Red+Green+Blue) = 113+108+172=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #716CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716CAC is #8E9353. Grayscale: #747474. Windows color (decimal): -9343828 or 11299953. OLE color: 11299953.

HSL color Cylindrical-coordinate representation of color #716CAC: hue angle of 244.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #716CAC is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 108 172 -
CMYK 0.34 0.37 0 0.33
HSL 244.69º 0.28% 0.55% -
HSV(B) 244.69º 0.37% 0.67% -
XYZ 19.62 17.21 41.32 -
YUV 116.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 113 108 172 0.34 0.37 0 0.33 244.69 0.28 0.55
Hex 71 6C AC 22 25 0 21 F5 1C 37
Octal 161 154 254 42 45 0 41 365 34 67
Binary 1110001 1101100 10101100 100010 100101 0 100001 11110101 11100 110111

Color Harmonies of #716CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716CAC

Black with #716CAC

Text Example


Text Example

White with #716CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,108,172); }

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

background-color css

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

 a { background-color: rgb(113,108,172); }

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

border-color css

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

 span { border-color: rgb(113,108,172); }

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