Html Css Color HEX #73856A Xanadu

📋 copy color: '#73856A'

red 115 ◦ green 133 ◦ blue 106

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

Shades of Xanadu #73856A

Tints of Xanadu #73856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 32.49%
G = 37.57%
B = 29.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#73856A (or 0x73856A) is known color: Xanadu. HEX triplet: 73, 85 and 6A. RGB value is (115,133,106). Sum of RGB (Red+Green+Blue) = 115+133+106=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #73856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73856A is #8C7A95. Grayscale: #7C7C7C. Windows color (decimal): -9206422 or 6980979. OLE color: 6980979.

HSL color Cylindrical-coordinate representation of color #73856A: hue angle of 100º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73856A is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 133 106 -
CMYK 0.14 0 0.20 0.48
HSL 100º 0.11% 0.47% -
HSV(B) 100º 0.2% 0.52% -
XYZ 18.06 21.46 16.83 -
YUV 124.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 115 133 106 0.14 0 0.20 0.48 100 0.11 0.47
Hex 73 85 6A E 0 14 30 64 B 2F
Octal 163 205 152 16 0 24 60 144 13 57
Binary 1110011 10000101 1101010 1110 0 10100 110000 1100100 1011 101111

Color Harmonies of #73856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73856A

Black with #73856A

Text Example


Text Example

White with #73856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73856A; }

 p { color: rgb(115,133,106); }

 H1.HeaderClassName
 {
   color: #73856A;
 }
 .AnyTagClassName
 {
   color: #73856A;
 }
</style>

background-color css

<style>
 a { background-color: #73856A; }

 a { background-color: rgb(115,133,106); }

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

border-color css

<style>
 span { border-color: #73856A; }

 span { border-color: rgb(115,133,106); }

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