#7A636E

Color #7A636E Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #7A636E

Tints of Scorpion #7A636E

Color information

#7A636E (or 0x7A636E) is unknown color: approx 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

RGB12299110-
CMYK00.190.100.52
HSL331.3º10.41%43.33%-
HSV(B)331.3º18.85%47.84%-
XYZ15.314.1916.68-
YUV107.13129.62138.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229911000.190.100.52331.310.4143.33
Hex7A636E013A3414ba2b
Octal17214315602312645131253
Binary11110101100011110111001001110101101001010010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>