Html Css Color HEX #738469 Xanadu

📋 copy color: '#738469'

red 115 ◦ green 132 ◦ blue 105

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

Shades of Xanadu #738469

Tints of Xanadu #738469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.5%

 BLUE value IS 105 (41.41% from 255) = 29.83%

R = 32.67%
G = 37.5%
B = 29.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#738469 (or 0x738469) is known color: Xanadu. HEX triplet: 73, 84 and 69. RGB value is (115,132,105). Sum of RGB (Red+Green+Blue) = 115+132+105=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #738469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738469 is #8C7B96. Grayscale: #7B7B7B. Windows color (decimal): -9206679 or 6915187. OLE color: 6915187.

HSL color Cylindrical-coordinate representation of color #738469: hue angle of 97.78º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738469 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 132 105 -
CMYK 0.13 0 0.20 0.48
HSL 97.78º 0.11% 0.46% -
HSV(B) 97.78º 0.2% 0.52% -
XYZ 17.87 21.17 16.51 -
YUV 123.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 115 132 105 0.13 0 0.20 0.48 97.78 0.11 0.46
Hex 73 84 69 D 0 14 30 62 B 2E
Octal 163 204 151 15 0 24 60 142 13 56
Binary 1110011 10000100 1101001 1101 0 10100 110000 1100010 1011 101110

Color Harmonies of #738469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738469

Black with #738469

Text Example


Text Example

White with #738469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738469; }

 p { color: rgb(115,132,105); }

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

background-color css

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

 a { background-color: rgb(115,132,105); }

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

border-color css

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

 span { border-color: rgb(115,132,105); }

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