Html Css Color HEX #706769 Scorpion

📋 copy color: '#706769'

red 112 ◦ green 103 ◦ blue 105

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

Shades of Scorpion #706769

Tints of Scorpion #706769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

 BLUE value IS 105 (41.41% from 255) = 32.81%

R = 35%
G = 32.19%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#706769 (or 0x706769) is known color: Scorpion. HEX triplet: 70, 67 and 69. RGB value is (112,103,105). Sum of RGB (Red+Green+Blue) = 112+103+105=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #706769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706769 is #8F9896. Grayscale: #696969. Windows color (decimal): -9410711 or 6907760. OLE color: 6907760.

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

Color convert

RGB 112 103 105 -
CMYK 0 0.08 0.06 0.56
HSL 346.67º 0.04% 0.42% -
HSV(B) 346.67º 0.08% 0.44% -
XYZ 14.08 14.17 15.36 -
YUV 105.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 112 103 105 0 0.08 0.06 0.56 346.67 0.04 0.42
Hex 70 67 69 0 8 6 38 15B 4 2A
Octal 160 147 151 0 10 6 70 533 4 52
Binary 1110000 1100111 1101001 0 1000 110 111000 101011011 100 101010

Color Harmonies of #706769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706769

Black with #706769

Text Example


Text Example

White with #706769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706769; }

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

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

background-color css

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

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

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

border-color css

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

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

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