#7D7385

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

Shades of Topaz #7D7385

Tints of Topaz #7D7385

Color information

#7D7385 (or 0x7D7385) is unknown color: approx Topaz. HEX triplet: 7D, 73 and 85. RGB value is (125,115,133). Sum of RGB (Red+Green+Blue) = 125+115+133=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 115 (45.31% from 255 or 30.83% 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 #7D7385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7385 is #828C7A. Grayscale: #777777. Windows color (decimal): -8555643 or 8745853. OLE color: 8745853.

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

Color convert

RGB125115133-
CMYK0.060.1400.48
HSL273.33º7.26%48.63%-
HSV(B)273.33º13.53%52.16%-
XYZ18.8218.3124.73-
YUV120.04135.31131.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.51%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=33.51%
G=30.83%
B=35.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1251151330.060.1400.48273.337.2648.63
Hex7D73856E030111731
Octal175163205616060421761
Binary111110111100111000010111011100110000100010001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,115,133); }

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

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

 a { background-color: rgb(125,115,133); }

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

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

 span { border-color: rgb(125,115,133); }

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