Html Css Color HEX #71696C Scorpion

📋 copy color: '#71696C'

red 113 ◦ green 105 ◦ blue 108

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

Shades of Scorpion #71696C

Tints of Scorpion #71696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.21%

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

R = 34.66%
G = 32.21%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71696C (or 0x71696C) is known color: Scorpion. HEX triplet: 71, 69 and 6C. RGB value is (113,105,108). Sum of RGB (Red+Green+Blue) = 113+105+108=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #71696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71696C is #8E9693. Grayscale: #6B6B6B. Windows color (decimal): -9344660 or 7104881. OLE color: 7104881.

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

Color convert

RGB 113 105 108 -
CMYK 0 0.07 0.04 0.56
HSL 337.5º 0.04% 0.43% -
HSV(B) 337.5º 0.07% 0.44% -
XYZ 14.57 14.7 16.26 -
YUV 107.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 113 105 108 0 0.07 0.04 0.56 337.5 0.04 0.43
Hex 71 69 6C 0 7 4 38 152 4 2B
Octal 161 151 154 0 7 4 70 522 4 53
Binary 1110001 1101001 1101100 0 111 100 111000 101010010 100 101011

Color Harmonies of #71696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71696C

Black with #71696C

Text Example


Text Example

White with #71696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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