Html Css Color HEX #748571 Xanadu

📋 copy color: '#748571'

red 116 ◦ green 133 ◦ blue 113

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

Shades of Xanadu #748571

Tints of Xanadu #748571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

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

R = 32.04%
G = 36.74%
B = 31.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#748571 (or 0x748571) is known color: Xanadu. HEX triplet: 74, 85 and 71. RGB value is (116,133,113). Sum of RGB (Red+Green+Blue) = 116+133+113=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #748571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748571 is #8B7A8E. Grayscale: #7D7D7D. Windows color (decimal): -9140879 or 7439732. OLE color: 7439732.

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

Color convert

RGB 116 133 113 -
CMYK 0.13 0 0.15 0.48
HSL 111º 0.08% 0.48% -
HSV(B) 111º 0.15% 0.52% -
XYZ 18.57 21.68 18.83 -
YUV 125.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 116 133 113 0.13 0 0.15 0.48 111 0.08 0.48
Hex 74 85 71 D 0 F 30 6F 8 30
Octal 164 205 161 15 0 17 60 157 10 60
Binary 1110100 10000101 1110001 1101 0 1111 110000 1101111 1000 110000

Color Harmonies of #748571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748571

Black with #748571

Text Example


Text Example

White with #748571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748571; }

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

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

background-color css

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

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

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

border-color css

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

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

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