Html Css Color HEX #716568 Scorpion

📋 copy color: '#716568'

red 113 ◦ green 101 ◦ blue 104

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

Shades of Scorpion #716568

Tints of Scorpion #716568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 35.53%
G = 31.76%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#716568 (or 0x716568) is known color: Scorpion. HEX triplet: 71, 65 and 68. RGB value is (113,101,104). Sum of RGB (Red+Green+Blue) = 113+101+104=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716568 is #8E9A97. Grayscale: #686868. Windows color (decimal): -9345688 or 6841713. OLE color: 6841713.

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

Color convert

RGB 113 101 104 -
CMYK 0 0.11 0.08 0.56
HSL 345º 0.06% 0.42% -
HSV(B) 345º 0.11% 0.44% -
XYZ 13.96 13.82 15.03 -
YUV 104.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 113 101 104 0 0.11 0.08 0.56 345 0.06 0.42
Hex 71 65 68 0 B 8 38 159 6 2A
Octal 161 145 150 0 13 10 70 531 6 52
Binary 1110001 1100101 1101000 0 1011 1000 111000 101011001 110 101010

Color Harmonies of #716568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716568

Black with #716568

Text Example


Text Example

White with #716568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716568; }

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

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

background-color css

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

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

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

border-color css

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

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

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