Html Css Color HEX #71666B Scorpion

📋 copy color: '#71666B'

red 113 ◦ green 102 ◦ blue 107

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

Shades of Scorpion #71666B

Tints of Scorpion #71666B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 35.09%
G = 31.68%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71666B (or 0x71666B) is known color: Scorpion. HEX triplet: 71, 66 and 6B. RGB value is (113,102,107). Sum of RGB (Red+Green+Blue) = 113+102+107=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #71666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71666B is #8E9994. Grayscale: #696969. Windows color (decimal): -9345429 or 7038577. OLE color: 7038577.

HSL color Cylindrical-coordinate representation of color #71666B: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71666B is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 107 -
CMYK 0 0.10 0.05 0.56
HSL 332.73º 0.05% 0.42% -
HSV(B) 332.73º 0.1% 0.44% -
XYZ 14.22 14.07 15.88 -
YUV 105.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 113 102 107 0 0.10 0.05 0.56 332.73 0.05 0.42
Hex 71 66 6B 0 A 5 38 14D 5 2A
Octal 161 146 153 0 12 5 70 515 5 52
Binary 1110001 1100110 1101011 0 1010 101 111000 101001101 101 101010

Color Harmonies of #71666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71666B

Black with #71666B

Text Example


Text Example

White with #71666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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