Html Css Color HEX #747E72 Xanadu

📋 copy color: '#747E72'

red 116 ◦ green 126 ◦ blue 114

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

Shades of Xanadu #747E72

Tints of Xanadu #747E72

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.39%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 32.58%
G = 35.39%
B = 32.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#747E72 (or 0x747E72) is known color: Xanadu. HEX triplet: 74, 7E and 72. RGB value is (116,126,114). Sum of RGB (Red+Green+Blue) = 116+126+114=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 126 - color contains mainly: green. Hex color #747E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747E72 is #8B818D. Grayscale: #797979. Windows color (decimal): -9142670 or 7503476. OLE color: 7503476.

HSL color Cylindrical-coordinate representation of color #747E72: hue angle of 110º 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 #747E72 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 126 114 -
CMYK 0.08 0 0.10 0.51
HSL 110º 0.05% 0.47% -
HSV(B) 110º 0.1% 0.49% -
XYZ 17.7 19.85 18.82 -
YUV 121.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 116 126 114 0.08 0 0.10 0.51 110 0.05 0.47
Hex 74 7E 72 8 0 A 33 6E 5 2F
Octal 164 176 162 10 0 12 63 156 5 57
Binary 1110100 1111110 1110010 1000 0 1010 110011 1101110 101 101111

Color Harmonies of #747E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E72

Black with #747E72

Text Example


Text Example

White with #747E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,126,114); }

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

background-color css

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

 a { background-color: rgb(116,126,114); }

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

border-color css

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

 span { border-color: rgb(116,126,114); }

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