Html Css Color HEX #738668 Xanadu

📋 copy color: '#738668'

red 115 ◦ green 134 ◦ blue 104

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

Shades of Xanadu #738668

Tints of Xanadu #738668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.96%

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 32.58%
G = 37.96%
B = 29.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#738668 (or 0x738668) is known color: Xanadu. HEX triplet: 73, 86 and 68. RGB value is (115,134,104). Sum of RGB (Red+Green+Blue) = 115+134+104=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #738668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738668 is #8C7997. Grayscale: #7D7D7D. Windows color (decimal): -9206168 or 6850163. OLE color: 6850163.

HSL color Cylindrical-coordinate representation of color #738668: hue angle of 98º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738668 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 134 104 -
CMYK 0.14 0 0.22 0.47
HSL 98º 0.13% 0.47% -
HSV(B) 98º 0.22% 0.53% -
XYZ 18.09 21.69 16.33 -
YUV 124.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 115 134 104 0.14 0 0.22 0.47 98 0.13 0.47
Hex 73 86 68 E 0 16 2F 62 D 2F
Octal 163 206 150 16 0 26 57 142 15 57
Binary 1110011 10000110 1101000 1110 0 10110 101111 1100010 1101 101111

Color Harmonies of #738668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738668

Black with #738668

Text Example


Text Example

White with #738668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738668; }

 p { color: rgb(115,134,104); }

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

background-color css

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

 a { background-color: rgb(115,134,104); }

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

border-color css

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

 span { border-color: rgb(115,134,104); }

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