Html Css Color HEX #7A656E Scorpion

📋 copy color: '#7A656E'

red 122 ◦ green 101 ◦ blue 110

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

Shades of Scorpion #7A656E

Tints of Scorpion #7A656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

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

R = 36.64%
G = 30.33%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A656E (or 0x7A656E) is known color: Scorpion. HEX triplet: 7A, 65 and 6E. RGB value is (122,101,110). Sum of RGB (Red+Green+Blue) = 122+101+110=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A656E is #859A91. Grayscale: #6C6C6C. Windows color (decimal): -8755858 or 7234938. OLE color: 7234938.

HSL color Cylindrical-coordinate representation of color #7A656E: hue angle of 334.29º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A656E is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 101 110 -
CMYK 0 0.17 0.10 0.52
HSL 334.29º 0.09% 0.44% -
HSV(B) 334.29º 0.17% 0.48% -
XYZ 15.49 14.57 16.75 -
YUV 108.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 122 101 110 0 0.17 0.10 0.52 334.29 0.09 0.44
Hex 7A 65 6E 0 11 A 34 14E 9 2C
Octal 172 145 156 0 21 12 64 516 11 54
Binary 1111010 1100101 1101110 0 10001 1010 110100 101001110 1001 101100

Color Harmonies of #7A656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A656E

Black with #7A656E

Text Example


Text Example

White with #7A656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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