Html Css Color HEX #75836F Xanadu

📋 copy color: '#75836F'

red 117 ◦ green 131 ◦ blue 111

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

Shades of Xanadu #75836F

Tints of Xanadu #75836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 32.59%
G = 36.49%
B = 30.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#75836F (or 0x75836F) is known color: Xanadu. HEX triplet: 75, 83 and 6F. RGB value is (117,131,111). Sum of RGB (Red+Green+Blue) = 117+131+111=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 131 - color contains mainly: green. Hex color #75836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75836F is #8A7C90. Grayscale: #7C7C7C. Windows color (decimal): -9075857 or 7308149. OLE color: 7308149.

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

Color convert

RGB 117 131 111 -
CMYK 0.11 0 0.15 0.49
HSL 102º 0.08% 0.47% -
HSV(B) 102º 0.15% 0.51% -
XYZ 18.32 21.16 18.16 -
YUV 124.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 117 131 111 0.11 0 0.15 0.49 102 0.08 0.47
Hex 75 83 6F B 0 F 31 66 8 2F
Octal 165 203 157 13 0 17 61 146 10 57
Binary 1110101 10000011 1101111 1011 0 1111 110001 1100110 1000 101111

Color Harmonies of #75836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75836F

Black with #75836F

Text Example


Text Example

White with #75836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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