Html Css Color HEX #706268 Scorpion

📋 copy color: '#706268'

red 112 ◦ green 98 ◦ blue 104

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

Shades of Scorpion #706268

Tints of Scorpion #706268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 35.67%
G = 31.21%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#706268 (or 0x706268) is known color: Scorpion. HEX triplet: 70, 62 and 68. RGB value is (112,98,104). Sum of RGB (Red+Green+Blue) = 112+98+104=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706268 is #8F9D97. Grayscale: #666666. Windows color (decimal): -9411992 or 6840944. OLE color: 6840944.

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

Color convert

RGB 112 98 104 -
CMYK 0 0.13 0.07 0.56
HSL 334.29º 0.07% 0.41% -
HSV(B) 334.29º 0.13% 0.44% -
XYZ 13.55 13.18 14.93 -
YUV 102.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 112 98 104 0 0.13 0.07 0.56 334.29 0.07 0.41
Hex 70 62 68 0 D 7 38 14E 7 29
Octal 160 142 150 0 15 7 70 516 7 51
Binary 1110000 1100010 1101000 0 1101 111 111000 101001110 111 101001

Color Harmonies of #706268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706268

Black with #706268

Text Example


Text Example

White with #706268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706268; }

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

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

background-color css

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

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

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

border-color css

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

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

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