Html Css Color HEX #71626A Scorpion

📋 copy color: '#71626A'

red 113 ◦ green 98 ◦ blue 106

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

Shades of Scorpion #71626A

Tints of Scorpion #71626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

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

R = 35.65%
G = 30.91%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71626A (or 0x71626A) is known color: Scorpion. HEX triplet: 71, 62 and 6A. RGB value is (113,98,106). Sum of RGB (Red+Green+Blue) = 113+98+106=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #71626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71626A is #8E9D95. Grayscale: #676767. Windows color (decimal): -9346454 or 6972017. OLE color: 6972017.

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

Color convert

RGB 113 98 106 -
CMYK 0 0.13 0.06 0.56
HSL 328º 0.07% 0.41% -
HSV(B) 328º 0.13% 0.44% -
XYZ 13.78 13.29 15.47 -
YUV 103.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 113 98 106 0 0.13 0.06 0.56 328 0.07 0.41
Hex 71 62 6A 0 D 6 38 148 7 29
Octal 161 142 152 0 15 6 70 510 7 51
Binary 1110001 1100010 1101010 0 1101 110 111000 101001000 111 101001

Color Harmonies of #71626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71626A

Black with #71626A

Text Example


Text Example

White with #71626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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