Html Css Color HEX #786770 Scorpion

📋 copy color: '#786770'

red 120 ◦ green 103 ◦ blue 112

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

Shades of Scorpion #786770

Tints of Scorpion #786770

RGB

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

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

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

R = 35.82%
G = 30.75%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#786770 (or 0x786770) is known color: Scorpion. HEX triplet: 78, 67 and 70. RGB value is (120,103,112). Sum of RGB (Red+Green+Blue) = 120+103+112=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #786770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786770 is #87988F. Grayscale: #6D6D6D. Windows color (decimal): -8886416 or 7366520. OLE color: 7366520.

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

Color convert

RGB 120 103 112 -
CMYK 0 0.14 0.07 0.53
HSL 328.24º 0.08% 0.44% -
HSV(B) 328.24º 0.14% 0.47% -
XYZ 15.52 14.86 17.38 -
YUV 109.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 120 103 112 0 0.14 0.07 0.53 328.24 0.08 0.44
Hex 78 67 70 0 E 7 35 148 8 2C
Octal 170 147 160 0 16 7 65 510 10 54
Binary 1111000 1100111 1110000 0 1110 111 110101 101001000 1000 101100

Color Harmonies of #786770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786770

Black with #786770

Text Example


Text Example

White with #786770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786770; }

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

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

background-color css

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

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

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

border-color css

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

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

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