Html Css Color HEX #748471 Xanadu

📋 copy color: '#748471'

red 116 ◦ green 132 ◦ blue 113

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

Shades of Xanadu #748471

Tints of Xanadu #748471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 32.13%
G = 36.57%
B = 31.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#748471 (or 0x748471) is known color: Xanadu. HEX triplet: 74, 84 and 71. RGB value is (116,132,113). Sum of RGB (Red+Green+Blue) = 116+132+113=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #748471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748471 is #8B7B8E. Grayscale: #7D7D7D. Windows color (decimal): -9141135 or 7439476. OLE color: 7439476.

HSL color Cylindrical-coordinate representation of color #748471: hue angle of 110.53º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748471 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 113 -
CMYK 0.12 0 0.14 0.48
HSL 110.53º 0.08% 0.48% -
HSV(B) 110.53º 0.14% 0.52% -
XYZ 18.43 21.41 18.78 -
YUV 125.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 116 132 113 0.12 0 0.14 0.48 110.53 0.08 0.48
Hex 74 84 71 C 0 E 30 6F 8 30
Octal 164 204 161 14 0 16 60 157 10 60
Binary 1110100 10000100 1110001 1100 0 1110 110000 1101111 1000 110000

Color Harmonies of #748471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748471

Black with #748471

Text Example


Text Example

White with #748471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748471; }

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

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

background-color css

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

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

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

border-color css

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

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

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