Html Css Color HEX #738270 Xanadu

📋 copy color: '#738270'

red 115 ◦ green 130 ◦ blue 112

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

Shades of Xanadu #738270

Tints of Xanadu #738270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

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

R = 32.21%
G = 36.41%
B = 31.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#738270 (or 0x738270) is known color: Xanadu. HEX triplet: 73, 82 and 70. RGB value is (115,130,112). Sum of RGB (Red+Green+Blue) = 115+130+112=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #738270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738270 is #8C7D8F. Grayscale: #7B7B7B. Windows color (decimal): -9207184 or 7373427. OLE color: 7373427.

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

Color convert

RGB 115 130 112 -
CMYK 0.12 0 0.14 0.49
HSL 110º 0.07% 0.47% -
HSV(B) 110º 0.14% 0.51% -
XYZ 17.98 20.78 18.39 -
YUV 123.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 115 130 112 0.12 0 0.14 0.49 110 0.07 0.47
Hex 73 82 70 C 0 E 31 6E 7 2F
Octal 163 202 160 14 0 16 61 156 7 57
Binary 1110011 10000010 1110000 1100 0 1110 110001 1101110 111 101111

Color Harmonies of #738270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738270

Black with #738270

Text Example


Text Example

White with #738270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738270; }

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

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

background-color css

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

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

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

border-color css

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

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

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