Html Css Color HEX #738C69 Xanadu

📋 copy color: '#738C69'

red 115 ◦ green 140 ◦ blue 105

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

Shades of Xanadu #738C69

Tints of Xanadu #738C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.89%

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

R = 31.94%
G = 38.89%
B = 29.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#738C69 (or 0x738C69) is known color: Xanadu. HEX triplet: 73, 8C and 69. RGB value is (115,140,105). Sum of RGB (Red+Green+Blue) = 115+140+105=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #738C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738C69 is #8C7396. Grayscale: #808080. Windows color (decimal): -9204631 or 6917235. OLE color: 6917235.

HSL color Cylindrical-coordinate representation of color #738C69: hue angle of 102.86º 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 #738C69 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 140 105 -
CMYK 0.18 0 0.25 0.45
HSL 102.86º 0.14% 0.48% -
HSV(B) 102.86º 0.25% 0.55% -
XYZ 19 23.42 16.88 -
YUV 128.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 115 140 105 0.18 0 0.25 0.45 102.86 0.14 0.48
Hex 73 8C 69 12 0 19 2D 67 E 30
Octal 163 214 151 22 0 31 55 147 16 60
Binary 1110011 10001100 1101001 10010 0 11001 101101 1100111 1110 110000

Color Harmonies of #738C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C69

Black with #738C69

Text Example


Text Example

White with #738C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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