Html Css Color HEX #706368 Scorpion

📋 copy color: '#706368'

red 112 ◦ green 99 ◦ blue 104

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

Shades of Scorpion #706368

Tints of Scorpion #706368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 35.56%
G = 31.43%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#706368 (or 0x706368) is known color: Scorpion. HEX triplet: 70, 63 and 68. RGB value is (112,99,104). Sum of RGB (Red+Green+Blue) = 112+99+104=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706368 is #8F9C97. Grayscale: #676767. Windows color (decimal): -9411736 or 6841200. OLE color: 6841200.

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

Color convert

RGB 112 99 104 -
CMYK 0 0.12 0.07 0.56
HSL 336.92º 0.06% 0.41% -
HSV(B) 336.92º 0.12% 0.44% -
XYZ 13.64 13.37 14.96 -
YUV 103.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 112 99 104 0 0.12 0.07 0.56 336.92 0.06 0.41
Hex 70 63 68 0 C 7 38 151 6 29
Octal 160 143 150 0 14 7 70 521 6 51
Binary 1110000 1100011 1101000 0 1100 111 111000 101010001 110 101001

Color Harmonies of #706368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706368

Black with #706368

Text Example


Text Example

White with #706368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706368; }

 p { color: rgb(112,99,104); }

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

background-color css

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

 a { background-color: rgb(112,99,104); }

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

border-color css

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

 span { border-color: rgb(112,99,104); }

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