#74836E

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

Shades of Xanadu #74836E

Tints of Xanadu #74836E

Color information

#74836E (or 0x74836E) is unknown color: approx Xanadu. HEX triplet: 74, 83 and 6E. RGB value is (116,131,110). Sum of RGB (Red+Green+Blue) = 116+131+110=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #74836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74836E is #8B7C91. Grayscale: #7C7C7C. Windows color (decimal): -9141394 or 7242612. OLE color: 7242612.

HSL color Cylindrical-coordinate representation of color #74836E: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74836E is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB116131110-
CMYK0.1100.160.49
HSL102.86º8.71%47.25%-
HSV(B)102.86º16.03%51.37%-
XYZ18.1321.0717.86-
YUV124.12120.03122.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=32.49%
G=36.69%
B=30.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161311100.1100.160.49102.868.7147.25
Hex74836EB010316792f
Octal16420315613020611471157
Binary1110100100000111101110101101000011000111001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74836E; }

 p { color: rgb(116,131,110); }

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

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

 a { background-color: rgb(116,131,110); }

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

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

 span { border-color: rgb(116,131,110); }

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