#74816F

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

Shades of Xanadu #74816F

Tints of Xanadu #74816F

Color information

#74816F (or 0x74816F) is unknown color: approx Xanadu. HEX triplet: 74, 81 and 6F. RGB value is (116,129,111). Sum of RGB (Red+Green+Blue) = 116+129+111=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #74816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74816F is #8B7E90. Grayscale: #7B7B7B. Windows color (decimal): -9141905 or 7307636. OLE color: 7307636.

HSL color Cylindrical-coordinate representation of color #74816F: hue angle of 103.33º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #74816F is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB116129111-
CMYK0.1000.140.49
HSL103.33º7.5%47.06%-
HSV(B)103.33º13.95%50.59%-
XYZ17.9220.5618.06-
YUV123.06121.19122.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=32.58%
G=36.24%
B=31.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161291110.1000.140.49103.337.547.06
Hex74816FA0E316782f
Octal16420115712016611471057
Binary111010010000001110111110100111011000111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74816F; }

 p { color: rgb(116,129,111); }

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

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

 a { background-color: rgb(116,129,111); }

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

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

 span { border-color: rgb(116,129,111); }

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