Html Css Color HEX #715962 Scorpion

📋 copy color: '#715962'

red 113 ◦ green 89 ◦ blue 98

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

Shades of Scorpion #715962

Tints of Scorpion #715962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 37.67%
G = 29.67%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#715962 (or 0x715962) is known color: Scorpion. HEX triplet: 71, 59 and 62. RGB value is (113,89,98). Sum of RGB (Red+Green+Blue) = 113+89+98=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #715962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715962 is #8EA69D. Grayscale: #616161. Windows color (decimal): -9348766 or 6445425. OLE color: 6445425.

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

Color convert

RGB 113 89 98 -
CMYK 0 0.21 0.13 0.56
HSL 337.5º 0.12% 0.4% -
HSV(B) 337.5º 0.21% 0.44% -
XYZ 12.59 11.54 13.12 -
YUV 97.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 113 89 98 0 0.21 0.13 0.56 337.5 0.12 0.4
Hex 71 59 62 0 15 D 38 152 C 28
Octal 161 131 142 0 25 15 70 522 14 50
Binary 1110001 1011001 1100010 0 10101 1101 111000 101010010 1100 101000

Color Harmonies of #715962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715962

Black with #715962

Text Example


Text Example

White with #715962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715962; }

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

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

background-color css

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

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

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

border-color css

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

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

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