Html Css Color HEX #71666A Scorpion

📋 copy color: '#71666A'

red 113 ◦ green 102 ◦ blue 106

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

Shades of Scorpion #71666A

Tints of Scorpion #71666A

RGB

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

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

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

R = 35.2%
G = 31.78%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71666A (or 0x71666A) is known color: Scorpion. HEX triplet: 71, 66 and 6A. RGB value is (113,102,106). Sum of RGB (Red+Green+Blue) = 113+102+106=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #71666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71666A is #8E9995. Grayscale: #696969. Windows color (decimal): -9345430 or 6973041. OLE color: 6973041.

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

Color convert

RGB 113 102 106 -
CMYK 0 0.10 0.06 0.56
HSL 338.18º 0.05% 0.42% -
HSV(B) 338.18º 0.1% 0.44% -
XYZ 14.16 14.05 15.6 -
YUV 105.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 113 102 106 0 0.10 0.06 0.56 338.18 0.05 0.42
Hex 71 66 6A 0 A 6 38 152 5 2A
Octal 161 146 152 0 12 6 70 522 5 52
Binary 1110001 1100110 1101010 0 1010 110 111000 101010010 101 101010

Color Harmonies of #71666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71666A

Black with #71666A

Text Example


Text Example

White with #71666A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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