#7F738E

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

Shades of Topaz #7F738E

Tints of Topaz #7F738E

Color information

#7F738E (or 0x7F738E) is unknown color: approx Topaz. HEX triplet: 7F, 73 and 8E. RGB value is (127,115,142). Sum of RGB (Red+Green+Blue) = 127+115+142=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F738E is #808C71. Grayscale: #797979. Windows color (decimal): -8424562 or 9335679. OLE color: 9335679.

HSL color Cylindrical-coordinate representation of color #7F738E: hue angle of 266.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F738E is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB127115142-
CMYK0.110.1900.44
HSL266.67º10.67%50.39%-
HSV(B)266.67º19.01%55.69%-
XYZ19.7718.7328.16-
YUV121.67139.48131.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.07%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=33.07%
G=29.95%
B=36.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271151420.110.1900.44266.6710.6750.39
Hex7F738EB1302C10bb32
Octal17716321613230544131362
Binary111111111100111000111010111001101011001000010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,115,142); }

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

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

 a { background-color: rgb(127,115,142); }

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

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

 span { border-color: rgb(127,115,142); }

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