Html Css Color HEX #70595F Scorpion

📋 copy color: '#70595F'

red 112 ◦ green 89 ◦ blue 95

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

Shades of Scorpion #70595F

Tints of Scorpion #70595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 37.84%
G = 30.07%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70595F (or 0x70595F) is known color: Scorpion. HEX triplet: 70, 59 and 5F. RGB value is (112,89,95). Sum of RGB (Red+Green+Blue) = 112+89+95=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #70595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70595F is #8FA6A0. Grayscale: #606060. Windows color (decimal): -9414305 or 6248816. OLE color: 6248816.

HSL color Cylindrical-coordinate representation of color #70595F: hue angle of 344.35º degrees, saturation: 0.11, 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 #70595F is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 95 -
CMYK 0 0.21 0.15 0.56
HSL 344.35º 0.11% 0.39% -
HSV(B) 344.35º 0.21% 0.44% -
XYZ 12.32 11.42 12.38 -
YUV 96.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 112 89 95 0 0.21 0.15 0.56 344.35 0.11 0.39
Hex 70 59 5F 0 15 F 38 158 B 27
Octal 160 131 137 0 25 17 70 530 13 47
Binary 1110000 1011001 1011111 0 10101 1111 111000 101011000 1011 100111

Color Harmonies of #70595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70595F

Black with #70595F

Text Example


Text Example

White with #70595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70595F; }

 p { color: rgb(112,89,95); }

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

background-color css

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

 a { background-color: rgb(112,89,95); }

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

border-color css

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

 span { border-color: rgb(112,89,95); }

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