Html Css Color HEX #78646C Scorpion

📋 copy color: '#78646C'

red 120 ◦ green 100 ◦ blue 108

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

Shades of Scorpion #78646C

Tints of Scorpion #78646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 36.59%
G = 30.49%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78646C (or 0x78646C) is known color: Scorpion. HEX triplet: 78, 64 and 6C. RGB value is (120,100,108). Sum of RGB (Red+Green+Blue) = 120+100+108=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #78646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78646C is #879B93. Grayscale: #6A6A6A. Windows color (decimal): -8887188 or 7103608. OLE color: 7103608.

HSL color Cylindrical-coordinate representation of color #78646C: hue angle of 336º 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 #78646C is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 100 108 -
CMYK 0 0.17 0.10 0.53
HSL 336º 0.09% 0.43% -
HSV(B) 336º 0.17% 0.47% -
XYZ 15.01 14.19 16.14 -
YUV 106.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 120 100 108 0 0.17 0.10 0.53 336 0.09 0.43
Hex 78 64 6C 0 11 A 35 150 9 2B
Octal 170 144 154 0 21 12 65 520 11 53
Binary 1111000 1100100 1101100 0 10001 1010 110101 101010000 1001 101011

Color Harmonies of #78646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78646C

Black with #78646C

Text Example


Text Example

White with #78646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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