Html Css Color HEX #748171 Xanadu

📋 copy color: '#748171'

red 116 ◦ green 129 ◦ blue 113

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

Shades of Xanadu #748171

Tints of Xanadu #748171

RGB

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

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

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

R = 32.4%
G = 36.03%
B = 31.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#748171 (or 0x748171) is known color: Xanadu. HEX triplet: 74, 81 and 71. RGB value is (116,129,113). Sum of RGB (Red+Green+Blue) = 116+129+113=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 129 - color contains mainly: green. Hex color #748171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748171 is #8B7E8E. Grayscale: #7B7B7B. Windows color (decimal): -9141903 or 7438708. OLE color: 7438708.

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

Color convert

RGB 116 129 113 -
CMYK 0.10 0 0.12 0.49
HSL 108.75º 0.07% 0.47% -
HSV(B) 108.75º 0.12% 0.51% -
XYZ 18.03 20.61 18.65 -
YUV 123.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 116 129 113 0.10 0 0.12 0.49 108.75 0.07 0.47
Hex 74 81 71 A 0 C 31 6D 7 2F
Octal 164 201 161 12 0 14 61 155 7 57
Binary 1110100 10000001 1110001 1010 0 1100 110001 1101101 111 101111

Color Harmonies of #748171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748171

Black with #748171

Text Example


Text Example

White with #748171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748171; }

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

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

background-color css

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

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

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

border-color css

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

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

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