Html Css Color HEX #71696B Scorpion

📋 copy color: '#71696B'

red 113 ◦ green 105 ◦ blue 107

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

Shades of Scorpion #71696B

Tints of Scorpion #71696B

RGB

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

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

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

R = 34.77%
G = 32.31%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71696B (or 0x71696B) is known color: Scorpion. HEX triplet: 71, 69 and 6B. RGB value is (113,105,107). Sum of RGB (Red+Green+Blue) = 113+105+107=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #71696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71696B is #8E9694. Grayscale: #6B6B6B. Windows color (decimal): -9344661 or 7039345. OLE color: 7039345.

HSL color Cylindrical-coordinate representation of color #71696B: hue angle of 345º 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 #71696B is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 107 -
CMYK 0 0.07 0.05 0.56
HSL 345º 0.04% 0.43% -
HSV(B) 345º 0.07% 0.44% -
XYZ 14.52 14.68 15.98 -
YUV 107.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 113 105 107 0 0.07 0.05 0.56 345 0.04 0.43
Hex 71 69 6B 0 7 5 38 159 4 2B
Octal 161 151 153 0 7 5 70 531 4 53
Binary 1110001 1101001 1101011 0 111 101 111000 101011001 100 101011

Color Harmonies of #71696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71696B

Black with #71696B

Text Example


Text Example

White with #71696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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