Html Css Color HEX #738170 Xanadu

📋 copy color: '#738170'

red 115 ◦ green 129 ◦ blue 112

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

Shades of Xanadu #738170

Tints of Xanadu #738170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

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

R = 32.3%
G = 36.24%
B = 31.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#738170 (or 0x738170) is known color: Xanadu. HEX triplet: 73, 81 and 70. RGB value is (115,129,112). Sum of RGB (Red+Green+Blue) = 115+129+112=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #738170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738170 is #8C7E8F. Grayscale: #7A7A7A. Windows color (decimal): -9207440 or 7373171. OLE color: 7373171.

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

Color convert

RGB 115 129 112 -
CMYK 0.11 0 0.13 0.49
HSL 109.41º 0.07% 0.47% -
HSV(B) 109.41º 0.13% 0.51% -
XYZ 17.85 20.52 18.35 -
YUV 122.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 115 129 112 0.11 0 0.13 0.49 109.41 0.07 0.47
Hex 73 81 70 B 0 D 31 6D 7 2F
Octal 163 201 160 13 0 15 61 155 7 57
Binary 1110011 10000001 1110000 1011 0 1101 110001 1101101 111 101111

Color Harmonies of #738170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738170

Black with #738170

Text Example


Text Example

White with #738170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738170; }

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

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

background-color css

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

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

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

border-color css

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

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

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