Html Css Color HEX #71686C Scorpion

📋 copy color: '#71686C'

red 113 ◦ green 104 ◦ blue 108

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

Shades of Scorpion #71686C

Tints of Scorpion #71686C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32%

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 34.77%
G = 32%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71686C (or 0x71686C) is known color: Scorpion. HEX triplet: 71, 68 and 6C. RGB value is (113,104,108). Sum of RGB (Red+Green+Blue) = 113+104+108=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #71686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71686C is #8E9793. Grayscale: #6B6B6B. Windows color (decimal): -9344916 or 7104625. OLE color: 7104625.

HSL color Cylindrical-coordinate representation of color #71686C: hue angle of 333.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71686C is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 104 108 -
CMYK 0 0.08 0.04 0.56
HSL 333.33º 0.04% 0.43% -
HSV(B) 333.33º 0.08% 0.44% -
XYZ 14.47 14.49 16.22 -
YUV 107.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 113 104 108 0 0.08 0.04 0.56 333.33 0.04 0.43
Hex 71 68 6C 0 8 4 38 14D 4 2B
Octal 161 150 154 0 10 4 70 515 4 53
Binary 1110001 1101000 1101100 0 1000 100 111000 101001101 100 101011

Color Harmonies of #71686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71686C

Black with #71686C

Text Example


Text Example

White with #71686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71686C; }

 p { color: rgb(113,104,108); }

 H1.HeaderClassName
 {
   color: #71686C;
 }
 .AnyTagClassName
 {
   color: #71686C;
 }
</style>

background-color css

<style>
 a { background-color: #71686C; }

 a { background-color: rgb(113,104,108); }

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

border-color css

<style>
 span { border-color: #71686C; }

 span { border-color: rgb(113,104,108); }

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