Html Css Color HEX #75836D Xanadu

📋 copy color: '#75836D'

red 117 ◦ green 131 ◦ blue 109

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

Shades of Xanadu #75836D

Tints of Xanadu #75836D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 32.77%
G = 36.69%
B = 30.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#75836D (or 0x75836D) is known color: Xanadu. HEX triplet: 75, 83 and 6D. RGB value is (117,131,109). Sum of RGB (Red+Green+Blue) = 117+131+109=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #75836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75836D is #8A7C92. Grayscale: #7C7C7C. Windows color (decimal): -9075859 or 7177077. OLE color: 7177077.

HSL color Cylindrical-coordinate representation of color #75836D: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75836D is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 109 -
CMYK 0.11 0 0.17 0.49
HSL 98.18º 0.09% 0.47% -
HSV(B) 98.18º 0.17% 0.51% -
XYZ 18.21 21.12 17.58 -
YUV 124.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 117 131 109 0.11 0 0.17 0.49 98.18 0.09 0.47
Hex 75 83 6D B 0 11 31 62 9 2F
Octal 165 203 155 13 0 21 61 142 11 57
Binary 1110101 10000011 1101101 1011 0 10001 110001 1100010 1001 101111

Color Harmonies of #75836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75836D

Black with #75836D

Text Example


Text Example

White with #75836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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