Html Css Color HEX #716064 Scorpion

📋 copy color: '#716064'

red 113 ◦ green 96 ◦ blue 100

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

Shades of Scorpion #716064

Tints of Scorpion #716064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 36.57%
G = 31.07%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716064 (or 0x716064) is known color: Scorpion. HEX triplet: 71, 60 and 64. RGB value is (113,96,100). Sum of RGB (Red+Green+Blue) = 113+96+100=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #716064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716064 is #8E9F9B. Grayscale: #656565. Windows color (decimal): -9346972 or 6578289. OLE color: 6578289.

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

Color convert

RGB 113 96 100 -
CMYK 0 0.15 0.12 0.56
HSL 345.88º 0.08% 0.41% -
HSV(B) 345.88º 0.15% 0.44% -
XYZ 13.29 12.8 13.83 -
YUV 101.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 113 96 100 0 0.15 0.12 0.56 345.88 0.08 0.41
Hex 71 60 64 0 F C 38 15A 8 29
Octal 161 140 144 0 17 14 70 532 10 51
Binary 1110001 1100000 1100100 0 1111 1100 111000 101011010 1000 101001

Color Harmonies of #716064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716064

Black with #716064

Text Example


Text Example

White with #716064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716064; }

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

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

background-color css

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

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

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

border-color css

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

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

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