Html Css Color HEX #706067 Scorpion

📋 copy color: '#706067'

red 112 ◦ green 96 ◦ blue 103

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

Shades of Scorpion #706067

Tints of Scorpion #706067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

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

R = 36.01%
G = 30.87%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#706067 (or 0x706067) is known color: Scorpion. HEX triplet: 70, 60 and 67. RGB value is (112,96,103). Sum of RGB (Red+Green+Blue) = 112+96+103=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706067 is #8F9F98. Grayscale: #656565. Windows color (decimal): -9412505 or 6774896. OLE color: 6774896.

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

Color convert

RGB 112 96 103 -
CMYK 0 0.14 0.08 0.56
HSL 333.75º 0.08% 0.41% -
HSV(B) 333.75º 0.14% 0.44% -
XYZ 13.31 12.79 14.6 -
YUV 101.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 112 96 103 0 0.14 0.08 0.56 333.75 0.08 0.41
Hex 70 60 67 0 E 8 38 14E 8 29
Octal 160 140 147 0 16 10 70 516 10 51
Binary 1110000 1100000 1100111 0 1110 1000 111000 101001110 1000 101001

Color Harmonies of #706067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706067

Black with #706067

Text Example


Text Example

White with #706067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706067; }

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

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

background-color css

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

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

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

border-color css

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

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

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