Html Css Color HEX #738B69 Xanadu

📋 copy color: '#738B69'

red 115 ◦ green 139 ◦ blue 105

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

Shades of Xanadu #738B69

Tints of Xanadu #738B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.72%

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

R = 32.03%
G = 38.72%
B = 29.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#738B69 (or 0x738B69) is known color: Xanadu. HEX triplet: 73, 8B and 69. RGB value is (115,139,105). Sum of RGB (Red+Green+Blue) = 115+139+105=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #738B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B69 is #8C7496. Grayscale: #808080. Windows color (decimal): -9204887 or 6916979. OLE color: 6916979.

HSL color Cylindrical-coordinate representation of color #738B69: hue angle of 102.35º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #738B69 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 139 105 -
CMYK 0.17 0 0.24 0.45
HSL 102.35º 0.14% 0.48% -
HSV(B) 102.35º 0.24% 0.55% -
XYZ 18.85 23.13 16.84 -
YUV 127.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 115 139 105 0.17 0 0.24 0.45 102.35 0.14 0.48
Hex 73 8B 69 11 0 18 2D 66 E 30
Octal 163 213 151 21 0 30 55 146 16 60
Binary 1110011 10001011 1101001 10001 0 11000 101101 1100110 1110 110000

Color Harmonies of #738B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738B69

Black with #738B69

Text Example


Text Example

White with #738B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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