Html Css Color HEX #786970 Scorpion

📋 copy color: '#786970'

red 120 ◦ green 105 ◦ blue 112

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

Shades of Scorpion #786970

Tints of Scorpion #786970

RGB

 RED value IS 120 (47.27% from 255) = 35.61%

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

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 35.61%
G = 31.16%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#786970 (or 0x786970) is known color: Scorpion. HEX triplet: 78, 69 and 70. RGB value is (120,105,112). Sum of RGB (Red+Green+Blue) = 120+105+112=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #786970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786970 is #87968F. Grayscale: #6E6E6E. Windows color (decimal): -8885904 or 7367032. OLE color: 7367032.

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

Color convert

RGB 120 105 112 -
CMYK 0 0.13 0.07 0.53
HSL 332º 0.07% 0.44% -
HSV(B) 332º 0.13% 0.47% -
XYZ 15.72 15.27 17.45 -
YUV 110.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 120 105 112 0 0.13 0.07 0.53 332 0.07 0.44
Hex 78 69 70 0 D 7 35 14C 7 2C
Octal 170 151 160 0 15 7 65 514 7 54
Binary 1111000 1101001 1110000 0 1101 111 110101 101001100 111 101100

Color Harmonies of #786970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786970

Black with #786970

Text Example


Text Example

White with #786970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786970; }

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

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

background-color css

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

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

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

border-color css

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

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

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