Html Css Color HEX #738071 Xanadu

📋 copy color: '#738071'

red 115 ◦ green 128 ◦ blue 113

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

Shades of Xanadu #738071

Tints of Xanadu #738071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

 BLUE value IS 113 (44.53% from 255) = 31.74%

R = 32.3%
G = 35.96%
B = 31.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#738071 (or 0x738071) is known color: Xanadu. HEX triplet: 73, 80 and 71. RGB value is (115,128,113). Sum of RGB (Red+Green+Blue) = 115+128+113=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #738071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738071 is #8C7F8E. Grayscale: #7A7A7A. Windows color (decimal): -9207695 or 7438451. OLE color: 7438451.

HSL color Cylindrical-coordinate representation of color #738071: hue angle of 112º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #738071 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 128 113 -
CMYK 0.10 0 0.12 0.50
HSL 112º 0.06% 0.47% -
HSV(B) 112º 0.12% 0.5% -
XYZ 17.77 20.28 18.6 -
YUV 122.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 115 128 113 0.10 0 0.12 0.50 112 0.06 0.47
Hex 73 80 71 A 0 C 32 70 6 2F
Octal 163 200 161 12 0 14 62 160 6 57
Binary 1110011 10000000 1110001 1010 0 1100 110010 1110000 110 101111

Color Harmonies of #738071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738071

Black with #738071

Text Example


Text Example

White with #738071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738071; }

 p { color: rgb(115,128,113); }

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

background-color css

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

 a { background-color: rgb(115,128,113); }

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

border-color css

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

 span { border-color: rgb(115,128,113); }

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