#75886F

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

Shades of Xanadu #75886F

Tints of Xanadu #75886F

Color information

#75886F (or 0x75886F) is unknown color: approx Xanadu. HEX triplet: 75, 88 and 6F. RGB value is (117,136,111). Sum of RGB (Red+Green+Blue) = 117+136+111=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #75886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75886F is #8A7790. Grayscale: #7F7F7F. Windows color (decimal): -9074577 or 7309429. OLE color: 7309429.

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

Color convert

RGB117136111-
CMYK0.1400.180.47
HSL105.6º10.12%48.43%-
HSV(B)105.6º18.38%53.33%-
XYZ19.0122.5418.39-
YUV127.47118.71120.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=32.14%
G=37.36%
B=30.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171361110.1400.180.47105.610.1248.43
Hex75886FE0122F6aa30
Octal16521015716022571521260
Binary1110101100010001101111111001001010111111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,136,111); }

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

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

 a { background-color: rgb(117,136,111); }

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

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

 span { border-color: rgb(117,136,111); }

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