Html Css Color HEX #716066 Scorpion

📋 copy color: '#716066'

red 113 ◦ green 96 ◦ blue 102

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

Shades of Scorpion #716066

Tints of Scorpion #716066

RGB

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

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

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

R = 36.33%
G = 30.87%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#716066 (or 0x716066) is known color: Scorpion. HEX triplet: 71, 60 and 66. RGB value is (113,96,102). Sum of RGB (Red+Green+Blue) = 113+96+102=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #716066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716066 is #8E9F99. Grayscale: #656565. Windows color (decimal): -9346970 or 6709361. OLE color: 6709361.

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

Color convert

RGB 113 96 102 -
CMYK 0 0.15 0.10 0.56
HSL 338.82º 0.08% 0.41% -
HSV(B) 338.82º 0.15% 0.44% -
XYZ 13.39 12.84 14.34 -
YUV 101.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 113 96 102 0 0.15 0.10 0.56 338.82 0.08 0.41
Hex 71 60 66 0 F A 38 153 8 29
Octal 161 140 146 0 17 12 70 523 10 51
Binary 1110001 1100000 1100110 0 1111 1010 111000 101010011 1000 101001

Color Harmonies of #716066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716066

Black with #716066

Text Example


Text Example

White with #716066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716066; }

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

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

background-color css

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

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

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

border-color css

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

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

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