Html Css Color HEX #716268 Scorpion

📋 copy color: '#716268'

red 113 ◦ green 98 ◦ blue 104

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

Shades of Scorpion #716268

Tints of Scorpion #716268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

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

R = 35.87%
G = 31.11%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#716268 (or 0x716268) is known color: Scorpion. HEX triplet: 71, 62 and 68. RGB value is (113,98,104). Sum of RGB (Red+Green+Blue) = 113+98+104=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716268 is #8E9D97. Grayscale: #676767. Windows color (decimal): -9346456 or 6840945. OLE color: 6840945.

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

Color convert

RGB 113 98 104 -
CMYK 0 0.13 0.08 0.56
HSL 336º 0.07% 0.41% -
HSV(B) 336º 0.13% 0.44% -
XYZ 13.68 13.25 14.93 -
YUV 103.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 113 98 104 0 0.13 0.08 0.56 336 0.07 0.41
Hex 71 62 68 0 D 8 38 150 7 29
Octal 161 142 150 0 15 10 70 520 7 51
Binary 1110001 1100010 1101000 0 1101 1000 111000 101010000 111 101001

Color Harmonies of #716268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716268

Black with #716268

Text Example


Text Example

White with #716268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716268; }

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

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

background-color css

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

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

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

border-color css

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

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

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