Html Css Color HEX #706467 Scorpion

📋 copy color: '#706467'

red 112 ◦ green 100 ◦ blue 103

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

Shades of Scorpion #706467

Tints of Scorpion #706467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.75%

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 35.56%
G = 31.75%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#706467 (or 0x706467) is known color: Scorpion. HEX triplet: 70, 64 and 67. RGB value is (112,100,103). Sum of RGB (Red+Green+Blue) = 112+100+103=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706467 is #8F9B98. Grayscale: #676767. Windows color (decimal): -9411481 or 6775920. OLE color: 6775920.

HSL color Cylindrical-coordinate representation of color #706467: hue angle of 345º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706467 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 103 -
CMYK 0 0.11 0.08 0.56
HSL 345º 0.06% 0.42% -
HSV(B) 345º 0.11% 0.44% -
XYZ 13.69 13.54 14.72 -
YUV 103.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 112 100 103 0 0.11 0.08 0.56 345 0.06 0.42
Hex 70 64 67 0 B 8 38 159 6 2A
Octal 160 144 147 0 13 10 70 531 6 52
Binary 1110000 1100100 1100111 0 1011 1000 111000 101011001 110 101010

Color Harmonies of #706467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706467

Black with #706467

Text Example


Text Example

White with #706467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706467; }

 p { color: rgb(112,100,103); }

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

background-color css

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

 a { background-color: rgb(112,100,103); }

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

border-color css

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

 span { border-color: rgb(112,100,103); }

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