Html Css Color HEX #73826C Xanadu

📋 copy color: '#73826C'

red 115 ◦ green 130 ◦ blue 108

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

Shades of Xanadu #73826C

Tints of Xanadu #73826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 32.58%
G = 36.83%
B = 30.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#73826C (or 0x73826C) is known color: Xanadu. HEX triplet: 73, 82 and 6C. RGB value is (115,130,108). Sum of RGB (Red+Green+Blue) = 115+130+108=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #73826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73826C is #8C7D93. Grayscale: #7B7B7B. Windows color (decimal): -9207188 or 7111283. OLE color: 7111283.

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

Color convert

RGB 115 130 108 -
CMYK 0.12 0 0.17 0.49
HSL 100.91º 0.09% 0.47% -
HSV(B) 100.91º 0.17% 0.51% -
XYZ 17.76 20.69 17.25 -
YUV 123.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 115 130 108 0.12 0 0.17 0.49 100.91 0.09 0.47
Hex 73 82 6C C 0 11 31 65 9 2F
Octal 163 202 154 14 0 21 61 145 11 57
Binary 1110011 10000010 1101100 1100 0 10001 110001 1100101 1001 101111

Color Harmonies of #73826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73826C

Black with #73826C

Text Example


Text Example

White with #73826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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