Html Css Color HEX #73886B Xanadu

📋 copy color: '#73886B'

red 115 ◦ green 136 ◦ blue 107

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

Shades of Xanadu #73886B

Tints of Xanadu #73886B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 32.12%
G = 37.99%
B = 29.89%

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

#73886B (or 0x73886B) is known color: Xanadu. HEX triplet: 73, 88 and 6B. RGB value is (115,136,107). Sum of RGB (Red+Green+Blue) = 115+136+107=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #73886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73886B is #8C7794. Grayscale: #7E7E7E. Windows color (decimal): -9205653 or 7047283. OLE color: 7047283.

HSL color Cylindrical-coordinate representation of color #73886B: hue angle of 103.45º degrees, saturation: 0.12, 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 #73886B is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 136 107 -
CMYK 0.15 0 0.21 0.47
HSL 103.45º 0.12% 0.48% -
HSV(B) 103.45º 0.21% 0.53% -
XYZ 18.53 22.31 17.24 -
YUV 126.42 117.04 119.86 -
System Red Green Blue C M Y K H S L
Decimal 115 136 107 0.15 0 0.21 0.47 103.45 0.12 0.48
Hex 73 88 6B F 0 15 2F 67 C 30
Octal 163 210 153 17 0 25 57 147 14 60
Binary 1110011 10001000 1101011 1111 0 10101 101111 1100111 1100 110000

Color Harmonies of #73886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73886B

Black with #73886B

Text Example


Text Example

White with #73886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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