Html Css Color HEX #79616D Scorpion

📋 copy color: '#79616D'

red 121 ◦ green 97 ◦ blue 109

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

Shades of Scorpion #79616D

Tints of Scorpion #79616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

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

R = 37%
G = 29.66%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#79616D (or 0x79616D) is known color: Scorpion. HEX triplet: 79, 61 and 6D. RGB value is (121,97,109). Sum of RGB (Red+Green+Blue) = 121+97+109=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #79616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79616D is #869E92. Grayscale: #696969. Windows color (decimal): -8822419 or 7168377. OLE color: 7168377.

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

Color convert

RGB 121 97 109 -
CMYK 0 0.20 0.10 0.53
HSL 330º 0.11% 0.43% -
HSV(B) 330º 0.2% 0.47% -
XYZ 14.92 13.72 16.33 -
YUV 105.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 121 97 109 0 0.20 0.10 0.53 330 0.11 0.43
Hex 79 61 6D 0 14 A 35 14A B 2B
Octal 171 141 155 0 24 12 65 512 13 53
Binary 1111001 1100001 1101101 0 10100 1010 110101 101001010 1011 101011

Color Harmonies of #79616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79616D

Black with #79616D

Text Example


Text Example

White with #79616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,97,109); }

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

background-color css

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

 a { background-color: rgb(121,97,109); }

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

border-color css

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

 span { border-color: rgb(121,97,109); }

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