Html Css Color HEX #738B68 Xanadu

📋 copy color: '#738B68'

red 115 ◦ green 139 ◦ blue 104

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

Shades of Xanadu #738B68

Tints of Xanadu #738B68

RGB

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

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

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

R = 32.12%
G = 38.83%
B = 29.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#738B68 (or 0x738B68) is known color: Xanadu. HEX triplet: 73, 8B and 68. RGB value is (115,139,104). Sum of RGB (Red+Green+Blue) = 115+139+104=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #738B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B68 is #8C7497. Grayscale: #7F7F7F. Windows color (decimal): -9204888 or 6851443. OLE color: 6851443.

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

Color convert

RGB 115 139 104 -
CMYK 0.17 0 0.25 0.45
HSL 101.14º 0.14% 0.48% -
HSV(B) 101.14º 0.25% 0.55% -
XYZ 18.8 23.11 16.57 -
YUV 127.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 115 139 104 0.17 0 0.25 0.45 101.14 0.14 0.48
Hex 73 8B 68 11 0 19 2D 65 E 30
Octal 163 213 150 21 0 31 55 145 16 60
Binary 1110011 10001011 1101000 10001 0 11001 101101 1100101 1110 110000

Color Harmonies of #738B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738B68

Black with #738B68

Text Example


Text Example

White with #738B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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