Html Css Color HEX #738770 Xanadu

📋 copy color: '#738770'

red 115 ◦ green 135 ◦ blue 112

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

Shades of Xanadu #738770

Tints of Xanadu #738770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 31.77%
G = 37.29%
B = 30.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#738770 (or 0x738770) is known color: Xanadu. HEX triplet: 73, 87 and 70. RGB value is (115,135,112). Sum of RGB (Red+Green+Blue) = 115+135+112=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #738770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738770 is #8C788F. Grayscale: #7E7E7E. Windows color (decimal): -9205904 or 7374707. OLE color: 7374707.

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

Color convert

RGB 115 135 112 -
CMYK 0.15 0 0.17 0.47
HSL 112.17º 0.09% 0.48% -
HSV(B) 112.17º 0.17% 0.53% -
XYZ 18.66 22.14 18.62 -
YUV 126.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 115 135 112 0.15 0 0.17 0.47 112.17 0.09 0.48
Hex 73 87 70 F 0 11 2F 70 9 30
Octal 163 207 160 17 0 21 57 160 11 60
Binary 1110011 10000111 1110000 1111 0 10001 101111 1110000 1001 110000

Color Harmonies of #738770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738770

Black with #738770

Text Example


Text Example

White with #738770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738770; }

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

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

background-color css

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

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

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

border-color css

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

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

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