Html Css Color HEX #715861 Scorpion

📋 copy color: '#715861'

red 113 ◦ green 88 ◦ blue 97

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

Shades of Scorpion #715861

Tints of Scorpion #715861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 37.92%
G = 29.53%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#715861 (or 0x715861) is known color: Scorpion. HEX triplet: 71, 58 and 61. RGB value is (113,88,97). Sum of RGB (Red+Green+Blue) = 113+88+97=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #715861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715861 is #8EA79E. Grayscale: #606060. Windows color (decimal): -9349023 or 6379633. OLE color: 6379633.

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

Color convert

RGB 113 88 97 -
CMYK 0 0.22 0.14 0.56
HSL 338.4º 0.12% 0.39% -
HSV(B) 338.4º 0.22% 0.44% -
XYZ 12.46 11.35 12.84 -
YUV 96.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 113 88 97 0 0.22 0.14 0.56 338.4 0.12 0.39
Hex 71 58 61 0 16 E 38 152 C 27
Octal 161 130 141 0 26 16 70 522 14 47
Binary 1110001 1011000 1100001 0 10110 1110 111000 101010010 1100 100111

Color Harmonies of #715861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715861

Black with #715861

Text Example


Text Example

White with #715861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715861; }

 p { color: rgb(113,88,97); }

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

background-color css

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

 a { background-color: rgb(113,88,97); }

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

border-color css

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

 span { border-color: rgb(113,88,97); }

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