Html Css Color HEX #75886E Xanadu

📋 copy color: '#75886E'

red 117 ◦ green 136 ◦ blue 110

#75886E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #75886E

Tints of Xanadu #75886E

RGB

 RED value IS 117 (46.09% from 255) = 32.23%

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 32.23%
G = 37.47%
B = 30.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#75886E (or 0x75886E) is known color: Xanadu. HEX triplet: 75, 88 and 6E. RGB value is (117,136,110). Sum of RGB (Red+Green+Blue) = 117+136+110=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #75886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75886E is #8A7791. Grayscale: #7F7F7F. Windows color (decimal): -9074578 or 7243893. OLE color: 7243893.

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

Color convert

RGB 117 136 110 -
CMYK 0.14 0 0.19 0.47
HSL 103.85º 0.11% 0.48% -
HSV(B) 103.85º 0.19% 0.53% -
XYZ 18.95 22.52 18.1 -
YUV 127.36 118.21 120.61 -
System Red Green Blue C M Y K H S L
Decimal 117 136 110 0.14 0 0.19 0.47 103.85 0.11 0.48
Hex 75 88 6E E 0 13 2F 68 B 30
Octal 165 210 156 16 0 23 57 150 13 60
Binary 1110101 10001000 1101110 1110 0 10011 101111 1101000 1011 110000

Color Harmonies of #75886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75886E

Black with #75886E

Text Example


Text Example

White with #75886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75886E;
 }
 .AnyTagClassName
 {
   color: #75886E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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