Html Css Color HEX #747C72 Xanadu

📋 copy color: '#747C72'

red 116 ◦ green 124 ◦ blue 114

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

Shades of Xanadu #747C72

Tints of Xanadu #747C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

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

R = 32.77%
G = 35.03%
B = 32.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#747C72 (or 0x747C72) is known color: Xanadu. HEX triplet: 74, 7C and 72. RGB value is (116,124,114). Sum of RGB (Red+Green+Blue) = 116+124+114=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 124 - color contains mainly: green. Hex color #747C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C72 is #8B838D. Grayscale: #787878. Windows color (decimal): -9143182 or 7502964. OLE color: 7502964.

HSL color Cylindrical-coordinate representation of color #747C72: hue angle of 108º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #747C72 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 124 114 -
CMYK 0.06 0 0.08 0.51
HSL 108º 0.04% 0.47% -
HSV(B) 108º 0.08% 0.49% -
XYZ 17.45 19.34 18.73 -
YUV 120.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 116 124 114 0.06 0 0.08 0.51 108 0.04 0.47
Hex 74 7C 72 6 0 8 33 6C 4 2F
Octal 164 174 162 6 0 10 63 154 4 57
Binary 1110100 1111100 1110010 110 0 1000 110011 1101100 100 101111

Color Harmonies of #747C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C72

Black with #747C72

Text Example


Text Example

White with #747C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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