Html Css Color HEX #716467 Scorpion

📋 copy color: '#716467'

red 113 ◦ green 100 ◦ blue 103

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

Shades of Scorpion #716467

Tints of Scorpion #716467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.59%

R = 35.76%
G = 31.65%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#716467 (or 0x716467) is known color: Scorpion. HEX triplet: 71, 64 and 67. RGB value is (113,100,103). Sum of RGB (Red+Green+Blue) = 113+100+103=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #716467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716467 is #8E9B98. Grayscale: #686868. Windows color (decimal): -9345945 or 6775921. OLE color: 6775921.

HSL color Cylindrical-coordinate representation of color #716467: hue angle of 346.15º 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 #716467 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 100 103 -
CMYK 0 0.12 0.09 0.56
HSL 346.15º 0.06% 0.42% -
HSV(B) 346.15º 0.12% 0.44% -
XYZ 13.82 13.6 14.73 -
YUV 104.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 113 100 103 0 0.12 0.09 0.56 346.15 0.06 0.42
Hex 71 64 67 0 C 9 38 15A 6 2A
Octal 161 144 147 0 14 11 70 532 6 52
Binary 1110001 1100100 1100111 0 1100 1001 111000 101011010 110 101010

Color Harmonies of #716467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716467

Black with #716467

Text Example


Text Example

White with #716467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716467; }

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

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

background-color css

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

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

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

border-color css

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

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

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