#74856A

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

Shades of Xanadu #74856A

Tints of Xanadu #74856A

Color information

#74856A (or 0x74856A) is unknown color: approx Xanadu. HEX triplet: 74, 85 and 6A. RGB value is (116,133,106). Sum of RGB (Red+Green+Blue) = 116+133+106=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #74856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74856A is #8B7A95. Grayscale: #7C7C7C. Windows color (decimal): -9140886 or 6980980. OLE color: 6980980.

HSL color Cylindrical-coordinate representation of color #74856A: hue angle of 97.78º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74856A is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB116133106-
CMYK0.1300.200.48
HSL97.78º11.3%46.86%-
HSV(B)97.78º20.3%52.16%-
XYZ18.1921.5316.83-
YUV124.84117.37121.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=32.68%
G=37.46%
B=29.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161331060.1300.200.4897.7811.346.86
Hex74856AD0143062b2f
Octal16420515215024601421357
Binary1110100100001011101010110101010011000011000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74856A; }

 p { color: rgb(116,133,106); }

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

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

 a { background-color: rgb(116,133,106); }

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

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

 span { border-color: rgb(116,133,106); }

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