Html Css Color HEX #7A676E Scorpion

📋 copy color: '#7A676E'

red 122 ◦ green 103 ◦ blue 110

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

Shades of Scorpion #7A676E

Tints of Scorpion #7A676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

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

R = 36.42%
G = 30.75%
B = 32.84%

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

#7A676E (or 0x7A676E) is known color: Scorpion. HEX triplet: 7A, 67 and 6E. RGB value is (122,103,110). Sum of RGB (Red+Green+Blue) = 122+103+110=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A676E is #859891. Grayscale: #6D6D6D. Windows color (decimal): -8755346 or 7235450. OLE color: 7235450.

HSL color Cylindrical-coordinate representation of color #7A676E: hue angle of 337.89º degrees, saturation: 0.08, 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 #7A676E is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 103 110 -
CMYK 0 0.16 0.10 0.52
HSL 337.89º 0.08% 0.44% -
HSV(B) 337.89º 0.16% 0.48% -
XYZ 15.69 14.96 16.81 -
YUV 109.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 122 103 110 0 0.16 0.10 0.52 337.89 0.08 0.44
Hex 7A 67 6E 0 10 A 34 152 8 2C
Octal 172 147 156 0 20 12 64 522 10 54
Binary 1111010 1100111 1101110 0 10000 1010 110100 101010010 1000 101100

Color Harmonies of #7A676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A676E

Black with #7A676E

Text Example


Text Example

White with #7A676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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