Html Css Color HEX #706265 Scorpion

📋 copy color: '#706265'

red 112 ◦ green 98 ◦ blue 101

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

Shades of Scorpion #706265

Tints of Scorpion #706265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

 BLUE value IS 101 (39.84% from 255) = 32.48%

R = 36.01%
G = 31.51%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#706265 (or 0x706265) is known color: Scorpion. HEX triplet: 70, 62 and 65. RGB value is (112,98,101). Sum of RGB (Red+Green+Blue) = 112+98+101=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706265 is #8F9D9A. Grayscale: #666666. Windows color (decimal): -9411995 or 6644336. OLE color: 6644336.

HSL color Cylindrical-coordinate representation of color #706265: hue angle of 347.14º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706265 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 101 -
CMYK 0 0.13 0.10 0.56
HSL 347.14º 0.07% 0.41% -
HSV(B) 347.14º 0.13% 0.44% -
XYZ 13.4 13.12 14.14 -
YUV 102.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 112 98 101 0 0.13 0.10 0.56 347.14 0.07 0.41
Hex 70 62 65 0 D A 38 15B 7 29
Octal 160 142 145 0 15 12 70 533 7 51
Binary 1110000 1100010 1100101 0 1101 1010 111000 101011011 111 101001

Color Harmonies of #706265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706265

Black with #706265

Text Example


Text Example

White with #706265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706265; }

 p { color: rgb(112,98,101); }

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

background-color css

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

 a { background-color: rgb(112,98,101); }

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

border-color css

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

 span { border-color: rgb(112,98,101); }

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