#74846C

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

Shades of Xanadu #74846C

Tints of Xanadu #74846C

Color information

#74846C (or 0x74846C) is unknown color: approx Xanadu. HEX triplet: 74, 84 and 6C. RGB value is (116,132,108). Sum of RGB (Red+Green+Blue) = 116+132+108=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #74846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74846C is #8B7B93. Grayscale: #7C7C7C. Windows color (decimal): -9141140 or 7111796. OLE color: 7111796.

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

Color convert

RGB116132108-
CMYK0.1200.180.48
HSL100º10%47.06%-
HSV(B)100º18.18%51.76%-
XYZ18.1621.317.34-
YUV124.48118.7121.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=32.58%
G=37.08%
B=30.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161321080.1200.180.481001047.06
Hex74846CC0123064a2f
Octal16420415414022601441257
Binary1110100100001001101100110001001011000011001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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