Html Css Color HEX #71646A Scorpion

📋 copy color: '#71646A'

red 113 ◦ green 100 ◦ blue 106

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

Shades of Scorpion #71646A

Tints of Scorpion #71646A

RGB

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

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

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

R = 35.42%
G = 31.35%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71646A (or 0x71646A) is known color: Scorpion. HEX triplet: 71, 64 and 6A. RGB value is (113,100,106). Sum of RGB (Red+Green+Blue) = 113+100+106=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #71646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71646A is #8E9B95. Grayscale: #686868. Windows color (decimal): -9345942 or 6972529. OLE color: 6972529.

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

Color convert

RGB 113 100 106 -
CMYK 0 0.12 0.06 0.56
HSL 332.31º 0.06% 0.42% -
HSV(B) 332.31º 0.12% 0.44% -
XYZ 13.97 13.67 15.54 -
YUV 104.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 113 100 106 0 0.12 0.06 0.56 332.31 0.06 0.42
Hex 71 64 6A 0 C 6 38 14C 6 2A
Octal 161 144 152 0 14 6 70 514 6 52
Binary 1110001 1100100 1101010 0 1100 110 111000 101001100 110 101010

Color Harmonies of #71646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71646A

Black with #71646A

Text Example


Text Example

White with #71646A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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