Html Css Color HEX #7A636E Scorpion

📋 copy color: '#7A636E'

red 122 ◦ green 99 ◦ blue 110

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

Shades of Scorpion #7A636E

Tints of Scorpion #7A636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 36.86%
G = 29.91%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A636E (or 0x7A636E) is known color: Scorpion. HEX triplet: 7A, 63 and 6E. RGB value is (122,99,110). Sum of RGB (Red+Green+Blue) = 122+99+110=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A636E is #859C91. Grayscale: #6B6B6B. Windows color (decimal): -8756370 or 7234426. OLE color: 7234426.

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

Color convert

RGB 122 99 110 -
CMYK 0 0.19 0.10 0.52
HSL 331.3º 0.1% 0.43% -
HSV(B) 331.3º 0.19% 0.48% -
XYZ 15.3 14.19 16.68 -
YUV 107.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 122 99 110 0 0.19 0.10 0.52 331.3 0.1 0.43
Hex 7A 63 6E 0 13 A 34 14B A 2B
Octal 172 143 156 0 23 12 64 513 12 53
Binary 1111010 1100011 1101110 0 10011 1010 110100 101001011 1010 101011

Color Harmonies of #7A636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A636E

Black with #7A636E

Text Example


Text Example

White with #7A636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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