Html Css Color HEX #738D6C Xanadu

📋 copy color: '#738D6C'

red 115 ◦ green 141 ◦ blue 108

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

Shades of Xanadu #738D6C

Tints of Xanadu #738D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

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

R = 31.59%
G = 38.74%
B = 29.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#738D6C (or 0x738D6C) is known color: Xanadu. HEX triplet: 73, 8D and 6C. RGB value is (115,141,108). Sum of RGB (Red+Green+Blue) = 115+141+108=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #738D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D6C is #8C7293. Grayscale: #818181. Windows color (decimal): -9204372 or 7114099. OLE color: 7114099.

HSL color Cylindrical-coordinate representation of color #738D6C: hue angle of 107.27º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738D6C is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 141 108 -
CMYK 0.18 0 0.23 0.45
HSL 107.27º 0.13% 0.49% -
HSV(B) 107.27º 0.23% 0.55% -
XYZ 19.3 23.78 17.76 -
YUV 129.46 115.89 117.68 -
System Red Green Blue C M Y K H S L
Decimal 115 141 108 0.18 0 0.23 0.45 107.27 0.13 0.49
Hex 73 8D 6C 12 0 17 2D 6B D 31
Octal 163 215 154 22 0 27 55 153 15 61
Binary 1110011 10001101 1101100 10010 0 10111 101101 1101011 1101 110001

Color Harmonies of #738D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D6C

Black with #738D6C

Text Example


Text Example

White with #738D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738D6C; }

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

 H1.HeaderClassName
 {
   color: #738D6C;
 }
 .AnyTagClassName
 {
   color: #738D6C;
 }
</style>

background-color css

<style>
 a { background-color: #738D6C; }

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

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

border-color css

<style>
 span { border-color: #738D6C; }

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

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