Html Css Color HEX #73886C Xanadu

📋 copy color: '#73886C'

red 115 ◦ green 136 ◦ blue 108

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

Shades of Xanadu #73886C

Tints of Xanadu #73886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

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

R = 32.03%
G = 37.88%
B = 30.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#73886C (or 0x73886C) is known color: Xanadu. HEX triplet: 73, 88 and 6C. RGB value is (115,136,108). Sum of RGB (Red+Green+Blue) = 115+136+108=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #73886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73886C is #8C7793. Grayscale: #7E7E7E. Windows color (decimal): -9205652 or 7112819. OLE color: 7112819.

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

Color convert

RGB 115 136 108 -
CMYK 0.15 0 0.21 0.47
HSL 105º 0.11% 0.48% -
HSV(B) 105º 0.21% 0.53% -
XYZ 18.58 22.34 17.52 -
YUV 126.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 115 136 108 0.15 0 0.21 0.47 105 0.11 0.48
Hex 73 88 6C F 0 15 2F 69 B 30
Octal 163 210 154 17 0 25 57 151 13 60
Binary 1110011 10001000 1101100 1111 0 10101 101111 1101001 1011 110000

Color Harmonies of #73886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73886C

Black with #73886C

Text Example


Text Example

White with #73886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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