Html Css Color HEX #716067 Scorpion

📋 copy color: '#716067'

red 113 ◦ green 96 ◦ blue 103

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

Shades of Scorpion #716067

Tints of Scorpion #716067

RGB

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

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

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

R = 36.22%
G = 30.77%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#716067 (or 0x716067) is known color: Scorpion. HEX triplet: 71, 60 and 67. RGB value is (113,96,103). Sum of RGB (Red+Green+Blue) = 113+96+103=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #716067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716067 is #8E9F98. Grayscale: #656565. Windows color (decimal): -9346969 or 6774897. OLE color: 6774897.

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

Color convert

RGB 113 96 103 -
CMYK 0 0.15 0.09 0.56
HSL 335.29º 0.08% 0.41% -
HSV(B) 335.29º 0.15% 0.44% -
XYZ 13.44 12.86 14.6 -
YUV 101.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 113 96 103 0 0.15 0.09 0.56 335.29 0.08 0.41
Hex 71 60 67 0 F 9 38 14F 8 29
Octal 161 140 147 0 17 11 70 517 10 51
Binary 1110001 1100000 1100111 0 1111 1001 111000 101001111 1000 101001

Color Harmonies of #716067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716067

Black with #716067

Text Example


Text Example

White with #716067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716067; }

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

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

background-color css

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

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

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

border-color css

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

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

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