Html Css Color HEX #73896B Xanadu

📋 copy color: '#73896B'

red 115 ◦ green 137 ◦ blue 107

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

Shades of Xanadu #73896B

Tints of Xanadu #73896B

RGB

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

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

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

R = 32.03%
G = 38.16%
B = 29.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#73896B (or 0x73896B) is known color: Xanadu. HEX triplet: 73, 89 and 6B. RGB value is (115,137,107). Sum of RGB (Red+Green+Blue) = 115+137+107=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #73896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73896B is #8C7694. Grayscale: #7F7F7F. Windows color (decimal): -9205397 or 7047539. OLE color: 7047539.

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

Color convert

RGB 115 137 107 -
CMYK 0.16 0 0.22 0.46
HSL 104º 0.12% 0.48% -
HSV(B) 104º 0.22% 0.54% -
XYZ 18.67 22.6 17.29 -
YUV 127 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 115 137 107 0.16 0 0.22 0.46 104 0.12 0.48
Hex 73 89 6B 10 0 16 2E 68 C 30
Octal 163 211 153 20 0 26 56 150 14 60
Binary 1110011 10001001 1101011 10000 0 10110 101110 1101000 1100 110000

Color Harmonies of #73896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73896B

Black with #73896B

Text Example


Text Example

White with #73896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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