Html Css Color HEX #716466 Scorpion

📋 copy color: '#716466'

red 113 ◦ green 100 ◦ blue 102

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

Shades of Scorpion #716466

Tints of Scorpion #716466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.75%

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 35.87%
G = 31.75%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#716466 (or 0x716466) is known color: Scorpion. HEX triplet: 71, 64 and 66. RGB value is (113,100,102). Sum of RGB (Red+Green+Blue) = 113+100+102=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716466 is #8E9B99. Grayscale: #686868. Windows color (decimal): -9345946 or 6710385. OLE color: 6710385.

HSL color Cylindrical-coordinate representation of color #716466: hue angle of 350.77º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716466 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 100 102 -
CMYK 0 0.12 0.10 0.56
HSL 350.77º 0.06% 0.42% -
HSV(B) 350.77º 0.12% 0.44% -
XYZ 13.77 13.58 14.47 -
YUV 104.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 113 100 102 0 0.12 0.10 0.56 350.77 0.06 0.42
Hex 71 64 66 0 C A 38 15F 6 2A
Octal 161 144 146 0 14 12 70 537 6 52
Binary 1110001 1100100 1100110 0 1100 1010 111000 101011111 110 101010

Color Harmonies of #716466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716466

Black with #716466

Text Example


Text Example

White with #716466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716466; }

 p { color: rgb(113,100,102); }

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

background-color css

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

 a { background-color: rgb(113,100,102); }

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

border-color css

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

 span { border-color: rgb(113,100,102); }

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