Html Css Color HEX #73816C Xanadu

📋 copy color: '#73816C'

red 115 ◦ green 129 ◦ blue 108

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

Shades of Xanadu #73816C

Tints of Xanadu #73816C

RGB

 RED value IS 115 (45.31% from 255) = 32.67%

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

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

R = 32.67%
G = 36.65%
B = 30.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#73816C (or 0x73816C) is known color: Xanadu. HEX triplet: 73, 81 and 6C. RGB value is (115,129,108). Sum of RGB (Red+Green+Blue) = 115+129+108=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 129 - color contains mainly: green. Hex color #73816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73816C is #8C7E93. Grayscale: #7A7A7A. Windows color (decimal): -9207444 or 7111027. OLE color: 7111027.

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

Color convert

RGB 115 129 108 -
CMYK 0.11 0 0.16 0.49
HSL 100º 0.09% 0.46% -
HSV(B) 100º 0.16% 0.51% -
XYZ 17.63 20.43 17.2 -
YUV 122.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 115 129 108 0.11 0 0.16 0.49 100 0.09 0.46
Hex 73 81 6C B 0 10 31 64 9 2E
Octal 163 201 154 13 0 20 61 144 11 56
Binary 1110011 10000001 1101100 1011 0 10000 110001 1100100 1001 101110

Color Harmonies of #73816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73816C

Black with #73816C

Text Example


Text Example

White with #73816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,129,108); }

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

background-color css

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

 a { background-color: rgb(115,129,108); }

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

border-color css

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

 span { border-color: rgb(115,129,108); }

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