Html Css Color HEX #70575E Scorpion

📋 copy color: '#70575E'

red 112 ◦ green 87 ◦ blue 94

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

Shades of Scorpion #70575E

Tints of Scorpion #70575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.69%

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 38.23%
G = 29.69%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70575E (or 0x70575E) is known color: Scorpion. HEX triplet: 70, 57 and 5E. RGB value is (112,87,94). Sum of RGB (Red+Green+Blue) = 112+87+94=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #70575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70575E is #8FA8A1. Grayscale: #5F5F5F. Windows color (decimal): -9414818 or 6182768. OLE color: 6182768.

HSL color Cylindrical-coordinate representation of color #70575E: hue angle of 343.2º degrees, saturation: 0.13, 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 #70575E is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 94 -
CMYK 0 0.22 0.16 0.56
HSL 343.2º 0.13% 0.39% -
HSV(B) 343.2º 0.22% 0.44% -
XYZ 12.11 11.07 12.09 -
YUV 95.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 112 87 94 0 0.22 0.16 0.56 343.2 0.13 0.39
Hex 70 57 5E 0 16 10 38 157 D 27
Octal 160 127 136 0 26 20 70 527 15 47
Binary 1110000 1010111 1011110 0 10110 10000 111000 101010111 1101 100111

Color Harmonies of #70575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70575E

Black with #70575E

Text Example


Text Example

White with #70575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70575E; }

 p { color: rgb(112,87,94); }

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

background-color css

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

 a { background-color: rgb(112,87,94); }

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

border-color css

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

 span { border-color: rgb(112,87,94); }

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