Html Css Color HEX #70565D Scorpion

📋 copy color: '#70565D'

red 112 ◦ green 86 ◦ blue 93

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

Shades of Scorpion #70565D

Tints of Scorpion #70565D

RGB

 RED value IS 112 (44.14% from 255) = 38.49%

 GREEN value IS 86 (33.98% from 255) = 29.55%

 BLUE value IS 93 (36.72% from 255) = 31.96%

R = 38.49%
G = 29.55%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70565D (or 0x70565D) is known color: Scorpion. HEX triplet: 70, 56 and 5D. RGB value is (112,86,93). Sum of RGB (Red+Green+Blue) = 112+86+93=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70565D is #8FA9A2. Grayscale: #5E5E5E. Windows color (decimal): -9415075 or 6116976. OLE color: 6116976.

HSL color Cylindrical-coordinate representation of color #70565D: hue angle of 343.85º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70565D is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 93 -
CMYK 0 0.23 0.17 0.56
HSL 343.85º 0.13% 0.39% -
HSV(B) 343.85º 0.23% 0.44% -
XYZ 11.99 10.89 11.83 -
YUV 94.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 112 86 93 0 0.23 0.17 0.56 343.85 0.13 0.39
Hex 70 56 5D 0 17 11 38 158 D 27
Octal 160 126 135 0 27 21 70 530 15 47
Binary 1110000 1010110 1011101 0 10111 10001 111000 101011000 1101 100111

Color Harmonies of #70565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70565D

Black with #70565D

Text Example


Text Example

White with #70565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70565D; }

 p { color: rgb(112,86,93); }

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

background-color css

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

 a { background-color: rgb(112,86,93); }

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

border-color css

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

 span { border-color: rgb(112,86,93); }

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