Html Css Color HEX #73856C Xanadu

📋 copy color: '#73856C'

red 115 ◦ green 133 ◦ blue 108

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

Shades of Xanadu #73856C

Tints of Xanadu #73856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.36%

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

R = 32.3%
G = 37.36%
B = 30.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#73856C (or 0x73856C) is known color: Xanadu. HEX triplet: 73, 85 and 6C. RGB value is (115,133,108). Sum of RGB (Red+Green+Blue) = 115+133+108=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #73856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73856C is #8C7A93. Grayscale: #7C7C7C. Windows color (decimal): -9206420 or 7112051. OLE color: 7112051.

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

Color convert

RGB 115 133 108 -
CMYK 0.14 0 0.19 0.48
HSL 103.2º 0.1% 0.47% -
HSV(B) 103.2º 0.19% 0.52% -
XYZ 18.16 21.5 17.38 -
YUV 124.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 115 133 108 0.14 0 0.19 0.48 103.2 0.1 0.47
Hex 73 85 6C E 0 13 30 67 A 2F
Octal 163 205 154 16 0 23 60 147 12 57
Binary 1110011 10000101 1101100 1110 0 10011 110000 1100111 1010 101111

Color Harmonies of #73856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73856C

Black with #73856C

Text Example


Text Example

White with #73856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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