Html Css Color HEX #7A666E Scorpion

📋 copy color: '#7A666E'

red 122 ◦ green 102 ◦ blue 110

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

Shades of Scorpion #7A666E

Tints of Scorpion #7A666E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

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

R = 36.53%
G = 30.54%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A666E (or 0x7A666E) is known color: Scorpion. HEX triplet: 7A, 66 and 6E. RGB value is (122,102,110). Sum of RGB (Red+Green+Blue) = 122+102+110=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A666E is #859991. Grayscale: #6C6C6C. Windows color (decimal): -8755602 or 7235194. OLE color: 7235194.

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

Color convert

RGB 122 102 110 -
CMYK 0 0.16 0.10 0.52
HSL 336º 0.09% 0.44% -
HSV(B) 336º 0.16% 0.48% -
XYZ 15.59 14.77 16.78 -
YUV 108.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 122 102 110 0 0.16 0.10 0.52 336 0.09 0.44
Hex 7A 66 6E 0 10 A 34 150 9 2C
Octal 172 146 156 0 20 12 64 520 11 54
Binary 1111010 1100110 1101110 0 10000 1010 110100 101010000 1001 101100

Color Harmonies of #7A666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A666E

Black with #7A666E

Text Example


Text Example

White with #7A666E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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