Html Css Color HEX #748170 Xanadu

📋 copy color: '#748170'

red 116 ◦ green 129 ◦ blue 112

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

Shades of Xanadu #748170

Tints of Xanadu #748170

RGB

 RED value IS 116 (45.7% from 255) = 32.49%

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

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

R = 32.49%
G = 36.13%
B = 31.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#748170 (or 0x748170) is known color: Xanadu. HEX triplet: 74, 81 and 70. RGB value is (116,129,112). Sum of RGB (Red+Green+Blue) = 116+129+112=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 129 - color contains mainly: green. Hex color #748170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748170 is #8B7E8F. Grayscale: #7B7B7B. Windows color (decimal): -9141904 or 7373172. OLE color: 7373172.

HSL color Cylindrical-coordinate representation of color #748170: hue angle of 105.88º 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 #748170 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 112 -
CMYK 0.10 0 0.13 0.49
HSL 105.88º 0.07% 0.47% -
HSV(B) 105.88º 0.13% 0.51% -
XYZ 17.98 20.58 18.35 -
YUV 123.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 116 129 112 0.10 0 0.13 0.49 105.88 0.07 0.47
Hex 74 81 70 A 0 D 31 6A 7 2F
Octal 164 201 160 12 0 15 61 152 7 57
Binary 1110100 10000001 1110000 1010 0 1101 110001 1101010 111 101111

Color Harmonies of #748170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748170

Black with #748170

Text Example


Text Example

White with #748170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748170; }

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

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

background-color css

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

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

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

border-color css

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

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

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