Html Css Color HEX #738768 Xanadu

📋 copy color: '#738768'

red 115 ◦ green 135 ◦ blue 104

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

Shades of Xanadu #738768

Tints of Xanadu #738768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

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

R = 32.49%
G = 38.14%
B = 29.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#738768 (or 0x738768) is known color: Xanadu. HEX triplet: 73, 87 and 68. RGB value is (115,135,104). Sum of RGB (Red+Green+Blue) = 115+135+104=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #738768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738768 is #8C7897. Grayscale: #7D7D7D. Windows color (decimal): -9205912 or 6850419. OLE color: 6850419.

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

Color convert

RGB 115 135 104 -
CMYK 0.15 0 0.23 0.47
HSL 98.71º 0.13% 0.47% -
HSV(B) 98.71º 0.23% 0.53% -
XYZ 18.23 21.97 16.38 -
YUV 125.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 115 135 104 0.15 0 0.23 0.47 98.71 0.13 0.47
Hex 73 87 68 F 0 17 2F 63 D 2F
Octal 163 207 150 17 0 27 57 143 15 57
Binary 1110011 10000111 1101000 1111 0 10111 101111 1100011 1101 101111

Color Harmonies of #738768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738768

Black with #738768

Text Example


Text Example

White with #738768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738768; }

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

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

background-color css

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

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

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

border-color css

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

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

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