Html Css Color HEX #70696C Scorpion

📋 copy color: '#70696C'

red 112 ◦ green 105 ◦ blue 108

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

Shades of Scorpion #70696C

Tints of Scorpion #70696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 34.46%
G = 32.31%
B = 33.23%

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

#70696C (or 0x70696C) is known color: Scorpion. HEX triplet: 70, 69 and 6C. RGB value is (112,105,108). Sum of RGB (Red+Green+Blue) = 112+105+108=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 112 - color contains mainly: red. Hex color #70696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70696C is #8F9693. Grayscale: #6B6B6B. Windows color (decimal): -9410196 or 7104880. OLE color: 7104880.

HSL color Cylindrical-coordinate representation of color #70696C: hue angle of 334.29º 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 #70696C is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 108 -
CMYK 0 0.06 0.04 0.56
HSL 334.29º 0.03% 0.43% -
HSV(B) 334.29º 0.06% 0.44% -
XYZ 14.44 14.63 16.25 -
YUV 107.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 112 105 108 0 0.06 0.04 0.56 334.29 0.03 0.43
Hex 70 69 6C 0 6 4 38 14E 3 2B
Octal 160 151 154 0 6 4 70 516 3 53
Binary 1110000 1101001 1101100 0 110 100 111000 101001110 11 101011

Color Harmonies of #70696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70696C

Black with #70696C

Text Example


Text Example

White with #70696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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