Html Css Color HEX #747D71 Xanadu

📋 copy color: '#747D71'

red 116 ◦ green 125 ◦ blue 113

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

Shades of Xanadu #747D71

Tints of Xanadu #747D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.31%

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

R = 32.77%
G = 35.31%
B = 31.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#747D71 (or 0x747D71) is known color: Xanadu. HEX triplet: 74, 7D and 71. RGB value is (116,125,113). Sum of RGB (Red+Green+Blue) = 116+125+113=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 125 - color contains mainly: green. Hex color #747D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D71 is #8B828E. Grayscale: #787878. Windows color (decimal): -9142927 or 7437684. OLE color: 7437684.

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

Color convert

RGB 116 125 113 -
CMYK 0.07 0 0.10 0.51
HSL 105º 0.05% 0.47% -
HSV(B) 105º 0.1% 0.49% -
XYZ 17.52 19.57 18.48 -
YUV 120.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 116 125 113 0.07 0 0.10 0.51 105 0.05 0.47
Hex 74 7D 71 7 0 A 33 69 5 2F
Octal 164 175 161 7 0 12 63 151 5 57
Binary 1110100 1111101 1110001 111 0 1010 110011 1101001 101 101111

Color Harmonies of #747D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D71

Black with #747D71

Text Example


Text Example

White with #747D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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