#7D768F

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

Shades of Topaz #7D768F

Tints of Topaz #7D768F

Color information

#7D768F (or 0x7D768F) is unknown color: approx Topaz. HEX triplet: 7D, 76 and 8F. RGB value is (125,118,143). Sum of RGB (Red+Green+Blue) = 125+118+143=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D768F is #828970. Grayscale: #7A7A7A. Windows color (decimal): -8554865 or 9401981. OLE color: 9401981.

HSL color Cylindrical-coordinate representation of color #7D768F: 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.17%. Process color model (Four color, CMYK) of #7D768F is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB125118143-
CMYK0.130.1700.44
HSL256.8º10.04%51.18%-
HSV(B)256.8º17.48%56.08%-
XYZ19.8919.328.66-
YUV122.94139.32129.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.38%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=32.38%
G=30.57%
B=37.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1251181430.130.1700.44256.810.0451.18
Hex7D768FD1102C101a33
Octal17516621715210544011263
Binary111110111101101000111111011000101011001000000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,118,143); }

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

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

 a { background-color: rgb(125,118,143); }

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

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

 span { border-color: rgb(125,118,143); }

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