#7A738D

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

Shades of Topaz #7A738D

Tints of Topaz #7A738D

Color information

#7A738D (or 0x7A738D) is unknown color: approx Topaz. HEX triplet: 7A, 73 and 8D. RGB value is (122,115,141). Sum of RGB (Red+Green+Blue) = 122+115+141=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A738D is #858C72. Grayscale: #777777. Windows color (decimal): -8752243 or 9270138. OLE color: 9270138.

HSL color Cylindrical-coordinate representation of color #7A738D: hue angle of 256.15º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A738D is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB122115141-
CMYK0.130.1800.45
HSL256.15º10.24%50.2%-
HSV(B)256.15º18.44%55.29%-
XYZ18.9618.3227.74-
YUV120.06139.82129.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.28%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=32.28%
G=30.42%
B=37.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1221151410.130.1800.45256.1510.2450.2
Hex7A738DD1202D100a32
Octal17216321515220554001262
Binary111101011100111000110111011001001011011000000001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,115,141); }

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

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

 a { background-color: rgb(122,115,141); }

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

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

 span { border-color: rgb(122,115,141); }

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