Html Css Color HEX #75846C Xanadu

📋 copy color: '#75846C'

red 117 ◦ green 132 ◦ blue 108

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

Shades of Xanadu #75846C

Tints of Xanadu #75846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.97%

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 32.77%
G = 36.97%
B = 30.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#75846C (or 0x75846C) is known color: Xanadu. HEX triplet: 75, 84 and 6C. RGB value is (117,132,108). Sum of RGB (Red+Green+Blue) = 117+132+108=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #75846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75846C is #8A7B93. Grayscale: #7C7C7C. Windows color (decimal): -9075604 or 7111797. OLE color: 7111797.

HSL color Cylindrical-coordinate representation of color #75846C: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75846C is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 108 -
CMYK 0.11 0 0.18 0.48
HSL 97.5º 0.1% 0.47% -
HSV(B) 97.5º 0.18% 0.52% -
XYZ 18.29 21.37 17.35 -
YUV 124.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 117 132 108 0.11 0 0.18 0.48 97.5 0.1 0.47
Hex 75 84 6C B 0 12 30 62 A 2F
Octal 165 204 154 13 0 22 60 142 12 57
Binary 1110101 10000100 1101100 1011 0 10010 110000 1100010 1010 101111

Color Harmonies of #75846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75846C

Black with #75846C

Text Example


Text Example

White with #75846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75846C; }

 p { color: rgb(117,132,108); }

 H1.HeaderClassName
 {
   color: #75846C;
 }
 .AnyTagClassName
 {
   color: #75846C;
 }
</style>

background-color css

<style>
 a { background-color: #75846C; }

 a { background-color: rgb(117,132,108); }

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

border-color css

<style>
 span { border-color: #75846C; }

 span { border-color: rgb(117,132,108); }

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