Html Css Color HEX #706068 Scorpion

📋 copy color: '#706068'

red 112 ◦ green 96 ◦ blue 104

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

Shades of Scorpion #706068

Tints of Scorpion #706068

RGB

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

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

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

R = 35.9%
G = 30.77%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#706068 (or 0x706068) is known color: Scorpion. HEX triplet: 70, 60 and 68. RGB value is (112,96,104). Sum of RGB (Red+Green+Blue) = 112+96+104=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706068 is #8F9F97. Grayscale: #656565. Windows color (decimal): -9412504 or 6840432. OLE color: 6840432.

HSL color Cylindrical-coordinate representation of color #706068: hue angle of 330º 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 #706068 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 104 -
CMYK 0 0.14 0.07 0.56
HSL 330º 0.08% 0.41% -
HSV(B) 330º 0.14% 0.44% -
XYZ 13.36 12.81 14.86 -
YUV 101.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 112 96 104 0 0.14 0.07 0.56 330 0.08 0.41
Hex 70 60 68 0 E 7 38 14A 8 29
Octal 160 140 150 0 16 7 70 512 10 51
Binary 1110000 1100000 1101000 0 1110 111 111000 101001010 1000 101001

Color Harmonies of #706068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706068

Black with #706068

Text Example


Text Example

White with #706068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706068; }

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

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

background-color css

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

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

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

border-color css

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

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

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