Html Css Color HEX #71816A Xanadu

📋 copy color: '#71816A'

red 113 ◦ green 129 ◦ blue 106

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

Shades of Xanadu #71816A

Tints of Xanadu #71816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 32.47%
G = 37.07%
B = 30.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#71816A (or 0x71816A) is known color: Xanadu. HEX triplet: 71, 81 and 6A. RGB value is (113,129,106). Sum of RGB (Red+Green+Blue) = 113+129+106=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #71816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71816A is #8E7E95. Grayscale: #797979. Windows color (decimal): -9338518 or 6979953. OLE color: 6979953.

HSL color Cylindrical-coordinate representation of color #71816A: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71816A is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 106 -
CMYK 0.12 0 0.18 0.49
HSL 101.74º 0.1% 0.46% -
HSV(B) 101.74º 0.18% 0.51% -
XYZ 17.26 20.25 16.63 -
YUV 121.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 113 129 106 0.12 0 0.18 0.49 101.74 0.1 0.46
Hex 71 81 6A C 0 12 31 66 A 2E
Octal 161 201 152 14 0 22 61 146 12 56
Binary 1110001 10000001 1101010 1100 0 10010 110001 1100110 1010 101110

Color Harmonies of #71816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71816A

Black with #71816A

Text Example


Text Example

White with #71816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71816A; }

 p { color: rgb(113,129,106); }

 H1.HeaderClassName
 {
   color: #71816A;
 }
 .AnyTagClassName
 {
   color: #71816A;
 }
</style>

background-color css

<style>
 a { background-color: #71816A; }

 a { background-color: rgb(113,129,106); }

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

border-color css

<style>
 span { border-color: #71816A; }

 span { border-color: rgb(113,129,106); }

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