Html Css Color HEX #706567 Scorpion

📋 copy color: '#706567'

red 112 ◦ green 101 ◦ blue 103

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

Shades of Scorpion #706567

Tints of Scorpion #706567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 35.44%
G = 31.96%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#706567 (or 0x706567) is known color: Scorpion. HEX triplet: 70, 65 and 67. RGB value is (112,101,103). Sum of RGB (Red+Green+Blue) = 112+101+103=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #706567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706567 is #8F9A98. Grayscale: #686868. Windows color (decimal): -9411225 or 6776176. OLE color: 6776176.

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

Color convert

RGB 112 101 103 -
CMYK 0 0.10 0.08 0.56
HSL 349.09º 0.05% 0.42% -
HSV(B) 349.09º 0.1% 0.44% -
XYZ 13.78 13.73 14.76 -
YUV 104.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 112 101 103 0 0.10 0.08 0.56 349.09 0.05 0.42
Hex 70 65 67 0 A 8 38 15D 5 2A
Octal 160 145 147 0 12 10 70 535 5 52
Binary 1110000 1100101 1100111 0 1010 1000 111000 101011101 101 101010

Color Harmonies of #706567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706567

Black with #706567

Text Example


Text Example

White with #706567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706567; }

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

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

background-color css

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

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

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

border-color css

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

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

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