#7C738D

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

Shades of Topaz #7C738D

Tints of Topaz #7C738D

Color information

#7C738D (or 0x7C738D) is unknown color: approx Topaz. HEX triplet: 7C, 73 and 8D. RGB value is (124,115,141). Sum of RGB (Red+Green+Blue) = 124+115+141=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C738D is #838C72. Grayscale: #787878. Windows color (decimal): -8621171 or 9270140. OLE color: 9270140.

HSL color Cylindrical-coordinate representation of color #7C738D: hue angle of 260.77º 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 #7C738D is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB124115141-
CMYK0.120.1800.45
HSL260.77º10.24%50.2%-
HSV(B)260.77º18.44%55.29%-
XYZ19.2518.4727.75-
YUV120.65139.48130.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.63%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=32.63%
G=30.26%
B=37.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1241151410.120.1800.45260.7710.2450.2
Hex7C738DC1202D105a32
Octal17416321514220554051262
Binary111110011100111000110111001001001011011000001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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