#7D7788

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

Shades of Topaz #7D7788

Tints of Topaz #7D7788

Color information

#7D7788 (or 0x7D7788) is unknown color: approx Topaz. HEX triplet: 7D, 77 and 88. RGB value is (125,119,136). Sum of RGB (Red+Green+Blue) = 125+119+136=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D7788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7788 is #828877. Grayscale: #7A7A7A. Windows color (decimal): -8554616 or 8943485. OLE color: 8943485.

HSL color Cylindrical-coordinate representation of color #7D7788: hue angle of 261.18º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D7788 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB125119136-
CMYK0.080.1200.47
HSL261.18º6.67%50%-
HSV(B)261.18º12.5%53.33%-
XYZ19.519.3326-
YUV122.73135.49129.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.89%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 136 (53.52% from 255) = 35.79%
R=32.89%
G=31.32%
B=35.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251191360.080.1200.47261.186.6750
Hex7D77888C02F105732
Octal1751672101014057405762
Binary1111101111011110001000100011000101111100000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,119,136); }

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

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

 a { background-color: rgb(125,119,136); }

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

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

 span { border-color: rgb(125,119,136); }

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