Html Css Color HEX #73826D Xanadu

📋 copy color: '#73826D'

red 115 ◦ green 130 ◦ blue 109

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

Shades of Xanadu #73826D

Tints of Xanadu #73826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 32.49%
G = 36.72%
B = 30.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#73826D (or 0x73826D) is known color: Xanadu. HEX triplet: 73, 82 and 6D. RGB value is (115,130,109). Sum of RGB (Red+Green+Blue) = 115+130+109=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #73826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73826D is #8C7D92. Grayscale: #7B7B7B. Windows color (decimal): -9207187 or 7176819. OLE color: 7176819.

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

Color convert

RGB 115 130 109 -
CMYK 0.12 0 0.16 0.49
HSL 102.86º 0.09% 0.47% -
HSV(B) 102.86º 0.16% 0.51% -
XYZ 17.81 20.71 17.53 -
YUV 123.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 115 130 109 0.12 0 0.16 0.49 102.86 0.09 0.47
Hex 73 82 6D C 0 10 31 67 9 2F
Octal 163 202 155 14 0 20 61 147 11 57
Binary 1110011 10000010 1101101 1100 0 10000 110001 1100111 1001 101111

Color Harmonies of #73826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73826D

Black with #73826D

Text Example


Text Example

White with #73826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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