Html Css Color HEX #79606A Scorpion

📋 copy color: '#79606A'

red 121 ◦ green 96 ◦ blue 106

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

Shades of Scorpion #79606A

Tints of Scorpion #79606A

RGB

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

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

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

R = 37.46%
G = 29.72%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79606A (or 0x79606A) is known color: Scorpion. HEX triplet: 79, 60 and 6A. RGB value is (121,96,106). Sum of RGB (Red+Green+Blue) = 121+96+106=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #79606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79606A is #869F95. Grayscale: #686868. Windows color (decimal): -8822678 or 6971513. OLE color: 6971513.

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

Color convert

RGB 121 96 106 -
CMYK 0 0.21 0.12 0.53
HSL 336º 0.12% 0.43% -
HSV(B) 336º 0.21% 0.47% -
XYZ 14.67 13.47 15.46 -
YUV 104.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 121 96 106 0 0.21 0.12 0.53 336 0.12 0.43
Hex 79 60 6A 0 15 C 35 150 C 2B
Octal 171 140 152 0 25 14 65 520 14 53
Binary 1111001 1100000 1101010 0 10101 1100 110101 101010000 1100 101011

Color Harmonies of #79606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79606A

Black with #79606A

Text Example


Text Example

White with #79606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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