Html Css Color HEX #73896F Xanadu

📋 copy color: '#73896F'

red 115 ◦ green 137 ◦ blue 111

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

Shades of Xanadu #73896F

Tints of Xanadu #73896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

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

R = 31.68%
G = 37.74%
B = 30.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#73896F (or 0x73896F) is known color: Xanadu. HEX triplet: 73, 89 and 6F. RGB value is (115,137,111). Sum of RGB (Red+Green+Blue) = 115+137+111=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #73896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73896F is #8C7690. Grayscale: #7F7F7F. Windows color (decimal): -9205393 or 7309683. OLE color: 7309683.

HSL color Cylindrical-coordinate representation of color #73896F: hue angle of 110.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73896F is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 137 111 -
CMYK 0.16 0 0.19 0.46
HSL 110.77º 0.1% 0.49% -
HSV(B) 110.77º 0.19% 0.54% -
XYZ 18.89 22.68 18.42 -
YUV 127.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 115 137 111 0.16 0 0.19 0.46 110.77 0.1 0.49
Hex 73 89 6F 10 0 13 2E 6F A 31
Octal 163 211 157 20 0 23 56 157 12 61
Binary 1110011 10001001 1101111 10000 0 10011 101110 1101111 1010 110001

Color Harmonies of #73896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73896F

Black with #73896F

Text Example


Text Example

White with #73896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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