Html Css Color HEX #70676A Scorpion

📋 copy color: '#70676A'

red 112 ◦ green 103 ◦ blue 106

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

Shades of Scorpion #70676A

Tints of Scorpion #70676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 34.89%
G = 32.09%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70676A (or 0x70676A) is known color: Scorpion. HEX triplet: 70, 67 and 6A. RGB value is (112,103,106). Sum of RGB (Red+Green+Blue) = 112+103+106=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #70676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70676A is #8F9895. Grayscale: #6A6A6A. Windows color (decimal): -9410710 or 6973296. OLE color: 6973296.

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

Color convert

RGB 112 103 106 -
CMYK 0 0.08 0.05 0.56
HSL 340º 0.04% 0.42% -
HSV(B) 340º 0.08% 0.44% -
XYZ 14.13 14.19 15.63 -
YUV 106.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 112 103 106 0 0.08 0.05 0.56 340 0.04 0.42
Hex 70 67 6A 0 8 5 38 154 4 2A
Octal 160 147 152 0 10 5 70 524 4 52
Binary 1110000 1100111 1101010 0 1000 101 111000 101010100 100 101010

Color Harmonies of #70676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70676A

Black with #70676A

Text Example


Text Example

White with #70676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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