#7C758E

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

Shades of Topaz #7C758E

Tints of Topaz #7C758E

Color information

#7C758E (or 0x7C758E) is unknown color: approx Topaz. HEX triplet: 7C, 75 and 8E. RGB value is (124,117,142). Sum of RGB (Red+Green+Blue) = 124+117+142=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C758E is #838A71. Grayscale: #797979. Windows color (decimal): -8620658 or 9336188. OLE color: 9336188.

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

Color convert

RGB124117142-
CMYK0.130.1800.44
HSL256.8º9.96%50.78%-
HSV(B)256.8º17.61%55.69%-
XYZ19.5618.9628.22-
YUV121.94139.32129.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.38%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=32.38%
G=30.55%
B=37.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241171420.130.1800.44256.89.9650.78
Hex7C758ED1202C101a33
Octal17416521615220544011263
Binary111110011101011000111011011001001011001000000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,142); }

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

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

 a { background-color: rgb(124,117,142); }

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

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

 span { border-color: rgb(124,117,142); }

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