Html Css Color HEX #75836E Xanadu

📋 copy color: '#75836E'

red 117 ◦ green 131 ◦ blue 110

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

Shades of Xanadu #75836E

Tints of Xanadu #75836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

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

R = 32.68%
G = 36.59%
B = 30.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#75836E (or 0x75836E) is known color: Xanadu. HEX triplet: 75, 83 and 6E. RGB value is (117,131,110). Sum of RGB (Red+Green+Blue) = 117+131+110=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #75836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75836E is #8A7C91. Grayscale: #7C7C7C. Windows color (decimal): -9075858 or 7242613. OLE color: 7242613.

HSL color Cylindrical-coordinate representation of color #75836E: hue angle of 100º 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 #75836E is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 110 -
CMYK 0.11 0 0.16 0.49
HSL 100º 0.09% 0.47% -
HSV(B) 100º 0.16% 0.51% -
XYZ 18.27 21.14 17.87 -
YUV 124.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 117 131 110 0.11 0 0.16 0.49 100 0.09 0.47
Hex 75 83 6E B 0 10 31 64 9 2F
Octal 165 203 156 13 0 20 61 144 11 57
Binary 1110101 10000011 1101110 1011 0 10000 110001 1100100 1001 101111

Color Harmonies of #75836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75836E

Black with #75836E

Text Example


Text Example

White with #75836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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