Html Css Color HEX #79696F Scorpion

📋 copy color: '#79696F'

red 121 ◦ green 105 ◦ blue 111

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

Shades of Scorpion #79696F

Tints of Scorpion #79696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 35.91%
G = 31.16%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#79696F (or 0x79696F) is known color: Scorpion. HEX triplet: 79, 69 and 6F. RGB value is (121,105,111). Sum of RGB (Red+Green+Blue) = 121+105+111=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 121 - color contains mainly: red. Hex color #79696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79696F is #869690. Grayscale: #6E6E6E. Windows color (decimal): -8820369 or 7301497. OLE color: 7301497.

HSL color Cylindrical-coordinate representation of color #79696F: hue angle of 337.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #79696F is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 105 111 -
CMYK 0 0.13 0.08 0.53
HSL 337.5º 0.07% 0.44% -
HSV(B) 337.5º 0.13% 0.47% -
XYZ 15.81 15.32 17.16 -
YUV 110.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 121 105 111 0 0.13 0.08 0.53 337.5 0.07 0.44
Hex 79 69 6F 0 D 8 35 152 7 2C
Octal 171 151 157 0 15 10 65 522 7 54
Binary 1111001 1101001 1101111 0 1101 1000 110101 101010010 111 101100

Color Harmonies of #79696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79696F

Black with #79696F

Text Example


Text Example

White with #79696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79696F; }

 p { color: rgb(121,105,111); }

 H1.HeaderClassName
 {
   color: #79696F;
 }
 .AnyTagClassName
 {
   color: #79696F;
 }
</style>

background-color css

<style>
 a { background-color: #79696F; }

 a { background-color: rgb(121,105,111); }

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

border-color css

<style>
 span { border-color: #79696F; }

 span { border-color: rgb(121,105,111); }

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