Html Css Color HEX #716096 Scampi

📋 copy color: '#716096'

red 113 ◦ green 96 ◦ blue 150

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

Shades of Scampi #716096

Tints of Scampi #716096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

 BLUE value IS 150 (58.98% from 255) = 41.78%

R = 31.48%
G = 26.74%
B = 41.78%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#716096 (or 0x716096) is known color: Scampi. HEX triplet: 71, 60 and 96. RGB value is (113,96,150). Sum of RGB (Red+Green+Blue) = 113+96+150=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #716096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716096 is #8E9F69. Grayscale: #6B6B6B. Windows color (decimal): -9346922 or 9855089. OLE color: 9855089.

HSL color Cylindrical-coordinate representation of color #716096: hue angle of 258.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716096 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 96 150 -
CMYK 0.25 0.36 0 0.41
HSL 258.89º 0.22% 0.48% -
HSV(B) 258.89º 0.36% 0.59% -
XYZ 16.5 14.08 30.7 -
YUV 107.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 113 96 150 0.25 0.36 0 0.41 258.89 0.22 0.48
Hex 71 60 96 19 24 0 29 103 16 30
Octal 161 140 226 31 44 0 51 403 26 60
Binary 1110001 1100000 10010110 11001 100100 0 101001 100000011 10110 110000

Color Harmonies of #716096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716096

Black with #716096

Text Example


Text Example

White with #716096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716096; }

 p { color: rgb(113,96,150); }

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

background-color css

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

 a { background-color: rgb(113,96,150); }

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

border-color css

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

 span { border-color: rgb(113,96,150); }

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