Html Css Color HEX #70696B Scorpion

📋 copy color: '#70696B'

red 112 ◦ green 105 ◦ blue 107

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

Shades of Scorpion #70696B

Tints of Scorpion #70696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

 BLUE value IS 107 (42.19% from 255) = 33.02%

R = 34.57%
G = 32.41%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70696B (or 0x70696B) is known color: Scorpion. HEX triplet: 70, 69 and 6B. RGB value is (112,105,107). Sum of RGB (Red+Green+Blue) = 112+105+107=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 112 - color contains mainly: red. Hex color #70696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70696B is #8F9694. Grayscale: #6B6B6B. Windows color (decimal): -9410197 or 7039344. OLE color: 7039344.

HSL color Cylindrical-coordinate representation of color #70696B: hue angle of 342.86º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #70696B is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 107 -
CMYK 0 0.06 0.04 0.56
HSL 342.86º 0.03% 0.43% -
HSV(B) 342.86º 0.06% 0.44% -
XYZ 14.39 14.61 15.97 -
YUV 107.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 112 105 107 0 0.06 0.04 0.56 342.86 0.03 0.43
Hex 70 69 6B 0 6 4 38 157 3 2B
Octal 160 151 153 0 6 4 70 527 3 53
Binary 1110000 1101001 1101011 0 110 100 111000 101010111 11 101011

Color Harmonies of #70696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70696B

Black with #70696B

Text Example


Text Example

White with #70696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70696B; }

 p { color: rgb(112,105,107); }

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

background-color css

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

 a { background-color: rgb(112,105,107); }

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

border-color css

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

 span { border-color: rgb(112,105,107); }

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