#74846D

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

Shades of Xanadu #74846D

Tints of Xanadu #74846D

Color information

#74846D (or 0x74846D) is unknown color: approx Xanadu. HEX triplet: 74, 84 and 6D. RGB value is (116,132,109). Sum of RGB (Red+Green+Blue) = 116+132+109=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #74846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74846D is #8B7B92. Grayscale: #7C7C7C. Windows color (decimal): -9141139 or 7177332. OLE color: 7177332.

HSL color Cylindrical-coordinate representation of color #74846D: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74846D is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB116132109-
CMYK0.1200.170.48
HSL101.74º9.54%47.25%-
HSV(B)101.74º17.42%51.76%-
XYZ18.2121.3217.62-
YUV124.59119.2121.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=32.49%
G=36.97%
B=30.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161321090.1200.170.48101.749.5447.25
Hex74846DC0113066a2f
Octal16420415514021601461257
Binary1110100100001001101101110001000111000011001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74846D; }

 p { color: rgb(116,132,109); }

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

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

 a { background-color: rgb(116,132,109); }

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

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

 span { border-color: rgb(116,132,109); }

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