Html Css Color HEX #73826B Xanadu

📋 copy color: '#73826B'

red 115 ◦ green 130 ◦ blue 107

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

Shades of Xanadu #73826B

Tints of Xanadu #73826B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

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

R = 32.67%
G = 36.93%
B = 30.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#73826B (or 0x73826B) is known color: Xanadu. HEX triplet: 73, 82 and 6B. RGB value is (115,130,107). Sum of RGB (Red+Green+Blue) = 115+130+107=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #73826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73826B is #8C7D94. Grayscale: #7A7A7A. Windows color (decimal): -9207189 or 7045747. OLE color: 7045747.

HSL color Cylindrical-coordinate representation of color #73826B: hue angle of 99.13º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73826B is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 130 107 -
CMYK 0.12 0 0.18 0.49
HSL 99.13º 0.1% 0.46% -
HSV(B) 99.13º 0.18% 0.51% -
XYZ 17.71 20.67 16.97 -
YUV 122.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 115 130 107 0.12 0 0.18 0.49 99.13 0.1 0.46
Hex 73 82 6B C 0 12 31 63 A 2E
Octal 163 202 153 14 0 22 61 143 12 56
Binary 1110011 10000010 1101011 1100 0 10010 110001 1100011 1010 101110

Color Harmonies of #73826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73826B

Black with #73826B

Text Example


Text Example

White with #73826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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