Html Css Color HEX #79646C Scorpion

📋 copy color: '#79646C'

red 121 ◦ green 100 ◦ blue 108

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

Shades of Scorpion #79646C

Tints of Scorpion #79646C

RGB

 RED value IS 121 (47.66% from 255) = 36.78%

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

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

R = 36.78%
G = 30.4%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#79646C (or 0x79646C) is known color: Scorpion. HEX triplet: 79, 64 and 6C. RGB value is (121,100,108). Sum of RGB (Red+Green+Blue) = 121+100+108=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 121 - color contains mainly: red. Hex color #79646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79646C is #869B93. Grayscale: #6B6B6B. Windows color (decimal): -8821652 or 7103609. OLE color: 7103609.

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

Color convert

RGB 121 100 108 -
CMYK 0 0.17 0.11 0.53
HSL 337.14º 0.1% 0.43% -
HSV(B) 337.14º 0.17% 0.47% -
XYZ 15.15 14.26 16.14 -
YUV 107.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 121 100 108 0 0.17 0.11 0.53 337.14 0.1 0.43
Hex 79 64 6C 0 11 B 35 151 A 2B
Octal 171 144 154 0 21 13 65 521 12 53
Binary 1111001 1100100 1101100 0 10001 1011 110101 101010001 1010 101011

Color Harmonies of #79646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79646C

Black with #79646C

Text Example


Text Example

White with #79646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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