#7A7685

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

Shades of Topaz #7A7685

Tints of Topaz #7A7685

Color information

#7A7685 (or 0x7A7685) is unknown color: approx Topaz. HEX triplet: 7A, 76 and 85. RGB value is (122,118,133). Sum of RGB (Red+Green+Blue) = 122+118+133=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A7685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7685 is #85897A. Grayscale: #787878. Windows color (decimal): -8751483 or 8746618. OLE color: 8746618.

HSL color Cylindrical-coordinate representation of color #7A7685: hue angle of 256º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A7685 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB122118133-
CMYK0.080.1100.48
HSL256º5.98%49.22%-
HSV(B)256º11.28%52.16%-
XYZ18.7418.7924.83-
YUV120.91134.83128.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.71%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=32.71%
G=31.64%
B=35.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1221181330.080.1100.482565.9849.22
Hex7A76858B030100631
Octal1721662051013060400661
Binary1111010111011010000101100010110110000100000000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,118,133); }

 H1.HeaderClassName
 {
   color: #7A7685;
 }
 .AnyTagClassName
 {
   color: #7A7685;
 }
</style>
background-color css

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

 a { background-color: rgb(122,118,133); }

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

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

 span { border-color: rgb(122,118,133); }

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