Html Css Color HEX #70585E Scorpion

📋 copy color: '#70585E'

red 112 ◦ green 88 ◦ blue 94

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

Shades of Scorpion #70585E

Tints of Scorpion #70585E

RGB

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

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

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

R = 38.1%
G = 29.93%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70585E (or 0x70585E) is known color: Scorpion. HEX triplet: 70, 58 and 5E. RGB value is (112,88,94). Sum of RGB (Red+Green+Blue) = 112+88+94=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #70585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70585E is #8FA7A1. Grayscale: #5F5F5F. Windows color (decimal): -9414562 or 6183024. OLE color: 6183024.

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

Color convert

RGB 112 88 94 -
CMYK 0 0.21 0.16 0.56
HSL 345º 0.12% 0.39% -
HSV(B) 345º 0.21% 0.44% -
XYZ 12.19 11.23 12.12 -
YUV 95.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 112 88 94 0 0.21 0.16 0.56 345 0.12 0.39
Hex 70 58 5E 0 15 10 38 159 C 27
Octal 160 130 136 0 25 20 70 531 14 47
Binary 1110000 1011000 1011110 0 10101 10000 111000 101011001 1100 100111

Color Harmonies of #70585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70585E

Black with #70585E

Text Example


Text Example

White with #70585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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