Html Css Color HEX #78646D Scorpion

📋 copy color: '#78646D'

red 120 ◦ green 100 ◦ blue 109

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

Shades of Scorpion #78646D

Tints of Scorpion #78646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 36.47%
G = 30.4%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78646D (or 0x78646D) is known color: Scorpion. HEX triplet: 78, 64 and 6D. RGB value is (120,100,109). Sum of RGB (Red+Green+Blue) = 120+100+109=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #78646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78646D is #879B92. Grayscale: #6A6A6A. Windows color (decimal): -8887187 or 7169144. OLE color: 7169144.

HSL color Cylindrical-coordinate representation of color #78646D: hue angle of 333º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78646D is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 100 109 -
CMYK 0 0.17 0.09 0.53
HSL 333º 0.09% 0.43% -
HSV(B) 333º 0.17% 0.47% -
XYZ 15.06 14.21 16.42 -
YUV 107.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 120 100 109 0 0.17 0.09 0.53 333 0.09 0.43
Hex 78 64 6D 0 11 9 35 14D 9 2B
Octal 170 144 155 0 21 11 65 515 11 53
Binary 1111000 1100100 1101101 0 10001 1001 110101 101001101 1001 101011

Color Harmonies of #78646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78646D

Black with #78646D

Text Example


Text Example

White with #78646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78646D; }

 p { color: rgb(120,100,109); }

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

background-color css

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

 a { background-color: rgb(120,100,109); }

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

border-color css

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

 span { border-color: rgb(120,100,109); }

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