Html Css Color HEX #78646A Scorpion

📋 copy color: '#78646A'

red 120 ◦ green 100 ◦ blue 106

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

Shades of Scorpion #78646A

Tints of Scorpion #78646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 36.81%
G = 30.67%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78646A (or 0x78646A) is known color: Scorpion. HEX triplet: 78, 64 and 6A. RGB value is (120,100,106). Sum of RGB (Red+Green+Blue) = 120+100+106=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #78646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78646A is #879B95. Grayscale: #6A6A6A. Windows color (decimal): -8887190 or 6972536. OLE color: 6972536.

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

Color convert

RGB 120 100 106 -
CMYK 0 0.17 0.12 0.53
HSL 342º 0.09% 0.43% -
HSV(B) 342º 0.17% 0.47% -
XYZ 14.9 14.15 15.58 -
YUV 106.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 120 100 106 0 0.17 0.12 0.53 342 0.09 0.43
Hex 78 64 6A 0 11 C 35 156 9 2B
Octal 170 144 152 0 21 14 65 526 11 53
Binary 1111000 1100100 1101010 0 10001 1100 110101 101010110 1001 101011

Color Harmonies of #78646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78646A

Black with #78646A

Text Example


Text Example

White with #78646A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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