Html Css Color HEX #716792 Scampi

📋 copy color: '#716792'

red 113 ◦ green 103 ◦ blue 146

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

Shades of Scampi #716792

Tints of Scampi #716792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

 BLUE value IS 146 (57.42% from 255) = 40.33%

R = 31.22%
G = 28.45%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#716792 (or 0x716792) is known color: Scampi. HEX triplet: 71, 67 and 92. RGB value is (113,103,146). Sum of RGB (Red+Green+Blue) = 113+103+146=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #716792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716792 is #8E986D. Grayscale: #6E6E6E. Windows color (decimal): -9345134 or 9594737. OLE color: 9594737.

HSL color Cylindrical-coordinate representation of color #716792: hue angle of 253.95º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #716792 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 103 146 -
CMYK 0.23 0.29 0 0.43
HSL 253.95º 0.17% 0.49% -
HSV(B) 253.95º 0.29% 0.57% -
XYZ 16.85 15.29 29.26 -
YUV 110.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 113 103 146 0.23 0.29 0 0.43 253.95 0.17 0.49
Hex 71 67 92 17 1D 0 2B FE 11 31
Octal 161 147 222 27 35 0 53 376 21 61
Binary 1110001 1100111 10010010 10111 11101 0 101011 11111110 10001 110001

Color Harmonies of #716792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716792

Black with #716792

Text Example


Text Example

White with #716792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716792; }

 p { color: rgb(113,103,146); }

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

background-color css

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

 a { background-color: rgb(113,103,146); }

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

border-color css

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

 span { border-color: rgb(113,103,146); }

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