#75806F

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

Shades of Xanadu #75806F

Tints of Xanadu #75806F

Color information

#75806F (or 0x75806F) is unknown color: approx Xanadu. HEX triplet: 75, 80 and 6F. RGB value is (117,128,111). Sum of RGB (Red+Green+Blue) = 117+128+111=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #75806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75806F is #8A7F90. Grayscale: #7A7A7A. Windows color (decimal): -9076625 or 7307381. OLE color: 7307381.

HSL color Cylindrical-coordinate representation of color #75806F: hue angle of 98.82º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #75806F is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB117128111-
CMYK0.0900.130.50
HSL98.82º7.11%46.86%-
HSV(B)98.82º13.28%50.2%-
XYZ17.9220.3718.03-
YUV122.77121.36123.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=32.87%
G=35.96%
B=31.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1171281110.0900.130.5098.827.1146.86
Hex75806F90D326372f
Octal1652001571101562143757
Binary11101011000000011011111001011011100101100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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