#767184

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

Shades of Topaz #767184

Tints of Topaz #767184

Color information

#767184 (or 0x767184) is unknown color: approx Topaz. HEX triplet: 76, 71 and 84. RGB value is (118,113,132). Sum of RGB (Red+Green+Blue) = 118+113+132=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #767184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767184 is #898E7B. Grayscale: #747474. Windows color (decimal): -9014908 or 8679798. OLE color: 8679798.

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

Color convert

RGB118113132-
CMYK0.110.1400.48
HSL255.79º7.76%48.04%-
HSV(B)255.79º14.39%51.76%-
XYZ17.5417.3324.25-
YUV116.66136.66128.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=32.51%
G=31.13%
B=36.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181131320.110.1400.48255.797.7648.04
Hex767184BE030100830
Octal16616120413160604001060
Binary11101101110001100001001011111001100001000000001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767184; }

 p { color: rgb(118,113,132); }

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

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

 a { background-color: rgb(118,113,132); }

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

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

 span { border-color: rgb(118,113,132); }

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