#76727E

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

Shades of Topaz #76727E

Tints of Topaz #76727E

Color information

#76727E (or 0x76727E) is unknown color: approx Topaz. HEX triplet: 76, 72 and 7E. RGB value is (118,114,126). Sum of RGB (Red+Green+Blue) = 118+114+126=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 126 - color contains mainly: blue. Hex color #76727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76727E is #898D81. Grayscale: #747474. Windows color (decimal): -9014658 or 8286838. OLE color: 8286838.

HSL color Cylindrical-coordinate representation of color #76727E: hue angle of 260º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #76727E is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB118114126-
CMYK0.060.1000.51
HSL260º5%47.06%-
HSV(B)260º9.52%49.41%-
XYZ17.2517.3922.19-
YUV116.56133.33129.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 114 (44.92% from 255) = 31.84%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=32.96%
G=31.84%
B=35.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181141260.060.1000.51260547.06
Hex76727E6A03310452f
Octal166162176612063404557
Binary11101101110010111111011010100110011100000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76727E; }

 p { color: rgb(118,114,126); }

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

<style>
 a { background-color: #76727E; }

 a { background-color: rgb(118,114,126); }

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

<style>
 span { border-color: #76727E; }

 span { border-color: rgb(118,114,126); }

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