Html Css Color HEX #73886F Xanadu

📋 copy color: '#73886F'

red 115 ◦ green 136 ◦ blue 111

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

Shades of Xanadu #73886F

Tints of Xanadu #73886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 31.77%
G = 37.57%
B = 30.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#73886F (or 0x73886F) is known color: Xanadu. HEX triplet: 73, 88 and 6F. RGB value is (115,136,111). Sum of RGB (Red+Green+Blue) = 115+136+111=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #73886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73886F is #8C7790. Grayscale: #7E7E7E. Windows color (decimal): -9205649 or 7309427. OLE color: 7309427.

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

Color convert

RGB 115 136 111 -
CMYK 0.15 0 0.18 0.47
HSL 110.4º 0.1% 0.48% -
HSV(B) 110.4º 0.18% 0.53% -
XYZ 18.74 22.4 18.37 -
YUV 126.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 115 136 111 0.15 0 0.18 0.47 110.4 0.1 0.48
Hex 73 88 6F F 0 12 2F 6E A 30
Octal 163 210 157 17 0 22 57 156 12 60
Binary 1110011 10001000 1101111 1111 0 10010 101111 1101110 1010 110000

Color Harmonies of #73886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73886F

Black with #73886F

Text Example


Text Example

White with #73886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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