Html Css Color HEX #79606C Scorpion

📋 copy color: '#79606C'

red 121 ◦ green 96 ◦ blue 108

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

Shades of Scorpion #79606C

Tints of Scorpion #79606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 37.23%
G = 29.54%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#79606C (or 0x79606C) is known color: Scorpion. HEX triplet: 79, 60 and 6C. RGB value is (121,96,108). Sum of RGB (Red+Green+Blue) = 121+96+108=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #79606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79606C is #869F93. Grayscale: #686868. Windows color (decimal): -8822676 or 7102585. OLE color: 7102585.

HSL color Cylindrical-coordinate representation of color #79606C: hue angle of 331.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79606C is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 96 108 -
CMYK 0 0.21 0.11 0.53
HSL 331.2º 0.12% 0.43% -
HSV(B) 331.2º 0.21% 0.47% -
XYZ 14.77 13.51 16.02 -
YUV 104.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 121 96 108 0 0.21 0.11 0.53 331.2 0.12 0.43
Hex 79 60 6C 0 15 B 35 14B C 2B
Octal 171 140 154 0 25 13 65 513 14 53
Binary 1111001 1100000 1101100 0 10101 1011 110101 101001011 1100 101011

Color Harmonies of #79606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79606C

Black with #79606C

Text Example


Text Example

White with #79606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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