Html Css Color HEX #71676C Scorpion

📋 copy color: '#71676C'

red 113 ◦ green 103 ◦ blue 108

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

Shades of Scorpion #71676C

Tints of Scorpion #71676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.79%

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

R = 34.88%
G = 31.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71676C (or 0x71676C) is known color: Scorpion. HEX triplet: 71, 67 and 6C. RGB value is (113,103,108). Sum of RGB (Red+Green+Blue) = 113+103+108=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #71676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71676C is #8E9893. Grayscale: #6A6A6A. Windows color (decimal): -9345172 or 7104369. OLE color: 7104369.

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

Color convert

RGB 113 103 108 -
CMYK 0 0.09 0.04 0.56
HSL 330º 0.05% 0.42% -
HSV(B) 330º 0.09% 0.44% -
XYZ 14.37 14.29 16.19 -
YUV 106.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 113 103 108 0 0.09 0.04 0.56 330 0.05 0.42
Hex 71 67 6C 0 9 4 38 14A 5 2A
Octal 161 147 154 0 11 4 70 512 5 52
Binary 1110001 1100111 1101100 0 1001 100 111000 101001010 101 101010

Color Harmonies of #71676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71676C

Black with #71676C

Text Example


Text Example

White with #71676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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