Html Css Color HEX #71846C Xanadu

📋 copy color: '#71846C'

red 113 ◦ green 132 ◦ blue 108

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

Shades of Xanadu #71846C

Tints of Xanadu #71846C

RGB

 RED value IS 113 (44.53% from 255) = 32.01%

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

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

R = 32.01%
G = 37.39%
B = 30.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#71846C (or 0x71846C) is known color: Xanadu. HEX triplet: 71, 84 and 6C. RGB value is (113,132,108). Sum of RGB (Red+Green+Blue) = 113+132+108=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #71846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71846C is #8E7B93. Grayscale: #7B7B7B. Windows color (decimal): -9337748 or 7111793. OLE color: 7111793.

HSL color Cylindrical-coordinate representation of color #71846C: hue angle of 107.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 #71846C is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 108 -
CMYK 0.14 0 0.18 0.48
HSL 107.5º 0.1% 0.47% -
HSV(B) 107.5º 0.18% 0.52% -
XYZ 17.77 21.1 17.32 -
YUV 123.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 113 132 108 0.14 0 0.18 0.48 107.5 0.1 0.47
Hex 71 84 6C E 0 12 30 6C A 2F
Octal 161 204 154 16 0 22 60 154 12 57
Binary 1110001 10000100 1101100 1110 0 10010 110000 1101100 1010 101111

Color Harmonies of #71846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71846C

Black with #71846C

Text Example


Text Example

White with #71846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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