Html Css Color HEX #73876B Xanadu

📋 copy color: '#73876B'

red 115 ◦ green 135 ◦ blue 107

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

Shades of Xanadu #73876B

Tints of Xanadu #73876B

RGB

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

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

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

R = 32.21%
G = 37.82%
B = 29.97%

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

#73876B (or 0x73876B) is known color: Xanadu. HEX triplet: 73, 87 and 6B. RGB value is (115,135,107). Sum of RGB (Red+Green+Blue) = 115+135+107=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #73876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73876B is #8C7894. Grayscale: #7D7D7D. Windows color (decimal): -9205909 or 7047027. OLE color: 7047027.

HSL color Cylindrical-coordinate representation of color #73876B: hue angle of 102.86º 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 #73876B is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 135 107 -
CMYK 0.15 0 0.21 0.47
HSL 102.86º 0.12% 0.47% -
HSV(B) 102.86º 0.21% 0.53% -
XYZ 18.39 22.03 17.19 -
YUV 125.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 115 135 107 0.15 0 0.21 0.47 102.86 0.12 0.47
Hex 73 87 6B F 0 15 2F 67 C 2F
Octal 163 207 153 17 0 25 57 147 14 57
Binary 1110011 10000111 1101011 1111 0 10101 101111 1100111 1100 101111

Color Harmonies of #73876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73876B

Black with #73876B

Text Example


Text Example

White with #73876B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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