#747773

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

Shades of Xanadu #747773

Tints of Xanadu #747773

Color information

#747773 (or 0x747773) is unknown color: approx Xanadu. HEX triplet: 74, 77 and 73. RGB value is (116,119,115). Sum of RGB (Red+Green+Blue) = 116+119+115=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 119 - color contains mainly: green. Hex color #747773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747773 is #8B888C. Grayscale: #757575. Windows color (decimal): -9144461 or 7567220. OLE color: 7567220.

HSL color Cylindrical-coordinate representation of color #747773: hue angle of 105º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747773 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB116119115-
CMYK0.0300.030.53
HSL105º1.71%45.88%-
HSV(B)105º3.36%46.67%-
XYZ16.8918.1418.83-
YUV117.65126.51126.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=33.14%
G=34%
B=32.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191150.0300.030.531051.7145.88
Hex747773303356922e
Octal16416716330365151256
Binary11101001110111111001111011110101110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747773; }

 p { color: rgb(116,119,115); }

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

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

 a { background-color: rgb(116,119,115); }

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

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

 span { border-color: rgb(116,119,115); }

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