Html Css Color HEX #73876A Xanadu

📋 copy color: '#73876A'

red 115 ◦ green 135 ◦ blue 106

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

Shades of Xanadu #73876A

Tints of Xanadu #73876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.92%

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

R = 32.3%
G = 37.92%
B = 29.78%

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

#73876A (or 0x73876A) is known color: Xanadu. HEX triplet: 73, 87 and 6A. RGB value is (115,135,106). Sum of RGB (Red+Green+Blue) = 115+135+106=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #73876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73876A is #8C7895. Grayscale: #7D7D7D. Windows color (decimal): -9205910 or 6981491. OLE color: 6981491.

HSL color Cylindrical-coordinate representation of color #73876A: hue angle of 101.38º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73876A is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 135 106 -
CMYK 0.15 0 0.21 0.47
HSL 101.38º 0.12% 0.47% -
HSV(B) 101.38º 0.21% 0.53% -
XYZ 18.34 22.01 16.92 -
YUV 125.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 115 135 106 0.15 0 0.21 0.47 101.38 0.12 0.47
Hex 73 87 6A F 0 15 2F 65 C 2F
Octal 163 207 152 17 0 25 57 145 14 57
Binary 1110011 10000111 1101010 1111 0 10101 101111 1100101 1100 101111

Color Harmonies of #73876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73876A

Black with #73876A

Text Example


Text Example

White with #73876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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