Html Css Color HEX #7A626E Scorpion

📋 copy color: '#7A626E'

red 122 ◦ green 98 ◦ blue 110

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

Shades of Scorpion #7A626E

Tints of Scorpion #7A626E

RGB

 RED value IS 122 (48.05% from 255) = 36.97%

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

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 36.97%
G = 29.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A626E (or 0x7A626E) is known color: Scorpion. HEX triplet: 7A, 62 and 6E. RGB value is (122,98,110). Sum of RGB (Red+Green+Blue) = 122+98+110=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A626E is #859D91. Grayscale: #6A6A6A. Windows color (decimal): -8756626 or 7234170. OLE color: 7234170.

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

Color convert

RGB 122 98 110 -
CMYK 0 0.20 0.10 0.52
HSL 330º 0.11% 0.43% -
HSV(B) 330º 0.2% 0.48% -
XYZ 15.21 14 16.65 -
YUV 106.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 122 98 110 0 0.20 0.10 0.52 330 0.11 0.43
Hex 7A 62 6E 0 14 A 34 14A B 2B
Octal 172 142 156 0 24 12 64 512 13 53
Binary 1111010 1100010 1101110 0 10100 1010 110100 101001010 1011 101011

Color Harmonies of #7A626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A626E

Black with #7A626E

Text Example


Text Example

White with #7A626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A626E; }

 p { color: rgb(122,98,110); }

 H1.HeaderClassName
 {
   color: #7A626E;
 }
 .AnyTagClassName
 {
   color: #7A626E;
 }
</style>

background-color css

<style>
 a { background-color: #7A626E; }

 a { background-color: rgb(122,98,110); }

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

border-color css

<style>
 span { border-color: #7A626E; }

 span { border-color: rgb(122,98,110); }

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