Html Css Color HEX #747B72 Xanadu

📋 copy color: '#747B72'

red 116 ◦ green 123 ◦ blue 114

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

Shades of Xanadu #747B72

Tints of Xanadu #747B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

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

R = 32.86%
G = 34.84%
B = 32.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#747B72 (or 0x747B72) is known color: Xanadu. HEX triplet: 74, 7B and 72. RGB value is (116,123,114). Sum of RGB (Red+Green+Blue) = 116+123+114=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 123 - color contains mainly: green. Hex color #747B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B72 is #8B848D. Grayscale: #777777. Windows color (decimal): -9143438 or 7502708. OLE color: 7502708.

HSL color Cylindrical-coordinate representation of color #747B72: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #747B72 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 123 114 -
CMYK 0.06 0 0.07 0.52
HSL 106.67º 0.04% 0.46% -
HSV(B) 106.67º 0.07% 0.48% -
XYZ 17.32 19.09 18.69 -
YUV 119.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 116 123 114 0.06 0 0.07 0.52 106.67 0.04 0.46
Hex 74 7B 72 6 0 7 34 6B 4 2E
Octal 164 173 162 6 0 7 64 153 4 56
Binary 1110100 1111011 1110010 110 0 111 110100 1101011 100 101110

Color Harmonies of #747B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B72

Black with #747B72

Text Example


Text Example

White with #747B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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