Html Css Color HEX #738569 Xanadu

📋 copy color: '#738569'

red 115 ◦ green 133 ◦ blue 105

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

Shades of Xanadu #738569

Tints of Xanadu #738569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

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

R = 32.58%
G = 37.68%
B = 29.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#738569 (or 0x738569) is known color: Xanadu. HEX triplet: 73, 85 and 69. RGB value is (115,133,105). Sum of RGB (Red+Green+Blue) = 115+133+105=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #738569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738569 is #8C7A96. Grayscale: #7C7C7C. Windows color (decimal): -9206423 or 6915443. OLE color: 6915443.

HSL color Cylindrical-coordinate representation of color #738569: hue angle of 98.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738569 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 133 105 -
CMYK 0.14 0 0.21 0.48
HSL 98.57º 0.12% 0.47% -
HSV(B) 98.57º 0.21% 0.52% -
XYZ 18.01 21.44 16.55 -
YUV 124.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 115 133 105 0.14 0 0.21 0.48 98.57 0.12 0.47
Hex 73 85 69 E 0 15 30 63 C 2F
Octal 163 205 151 16 0 25 60 143 14 57
Binary 1110011 10000101 1101001 1110 0 10101 110000 1100011 1100 101111

Color Harmonies of #738569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738569

Black with #738569

Text Example


Text Example

White with #738569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738569; }

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

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

background-color css

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

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

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

border-color css

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

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

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