Html Css Color HEX #79626A Scorpion

📋 copy color: '#79626A'

red 121 ◦ green 98 ◦ blue 106

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

Shades of Scorpion #79626A

Tints of Scorpion #79626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 37.23%
G = 30.15%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79626A (or 0x79626A) is known color: Scorpion. HEX triplet: 79, 62 and 6A. RGB value is (121,98,106). Sum of RGB (Red+Green+Blue) = 121+98+106=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #79626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79626A is #869D95. Grayscale: #696969. Windows color (decimal): -8822166 or 6972025. OLE color: 6972025.

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

Color convert

RGB 121 98 106 -
CMYK 0 0.19 0.12 0.53
HSL 339.13º 0.11% 0.43% -
HSV(B) 339.13º 0.19% 0.47% -
XYZ 14.85 13.84 15.52 -
YUV 105.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 121 98 106 0 0.19 0.12 0.53 339.13 0.11 0.43
Hex 79 62 6A 0 13 C 35 153 B 2B
Octal 171 142 152 0 23 14 65 523 13 53
Binary 1111001 1100010 1101010 0 10011 1100 110101 101010011 1011 101011

Color Harmonies of #79626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79626A

Black with #79626A

Text Example


Text Example

White with #79626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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