Html Css Color HEX #71616A Scorpion

📋 copy color: '#71616A'

red 113 ◦ green 97 ◦ blue 106

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

Shades of Scorpion #71616A

Tints of Scorpion #71616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 35.76%
G = 30.7%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71616A (or 0x71616A) is known color: Scorpion. HEX triplet: 71, 61 and 6A. RGB value is (113,97,106). Sum of RGB (Red+Green+Blue) = 113+97+106=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #71616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71616A is #8E9E95. Grayscale: #666666. Windows color (decimal): -9346710 or 6971761. OLE color: 6971761.

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

Color convert

RGB 113 97 106 -
CMYK 0 0.14 0.06 0.56
HSL 326.25º 0.08% 0.41% -
HSV(B) 326.25º 0.14% 0.44% -
XYZ 13.69 13.1 15.44 -
YUV 102.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 113 97 106 0 0.14 0.06 0.56 326.25 0.08 0.41
Hex 71 61 6A 0 E 6 38 146 8 29
Octal 161 141 152 0 16 6 70 506 10 51
Binary 1110001 1100001 1101010 0 1110 110 111000 101000110 1000 101001

Color Harmonies of #71616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71616A

Black with #71616A

Text Example


Text Example

White with #71616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71616A; }

 p { color: rgb(113,97,106); }

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

background-color css

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

 a { background-color: rgb(113,97,106); }

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

border-color css

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

 span { border-color: rgb(113,97,106); }

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