Html Css Color HEX #747A73 Xanadu

📋 copy color: '#747A73'

red 116 ◦ green 122 ◦ blue 115

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

Shades of Xanadu #747A73

Tints of Xanadu #747A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.56%

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 32.86%
G = 34.56%
B = 32.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#747A73 (or 0x747A73) is known color: Xanadu. HEX triplet: 74, 7A and 73. RGB value is (116,122,115). Sum of RGB (Red+Green+Blue) = 116+122+115=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 122 - color contains mainly: green. Hex color #747A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A73 is #8B858C. Grayscale: #777777. Windows color (decimal): -9143693 or 7567988. OLE color: 7567988.

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

Color convert

RGB 116 122 115 -
CMYK 0.05 0 0.06 0.52
HSL 111.43º 0.03% 0.46% -
HSV(B) 111.43º 0.06% 0.48% -
XYZ 17.26 18.87 18.95 -
YUV 119.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 116 122 115 0.05 0 0.06 0.52 111.43 0.03 0.46
Hex 74 7A 73 5 0 6 34 6F 3 2E
Octal 164 172 163 5 0 6 64 157 3 56
Binary 1110100 1111010 1110011 101 0 110 110100 1101111 11 101110

Color Harmonies of #747A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A73

Black with #747A73

Text Example


Text Example

White with #747A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,122,115); }

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

background-color css

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

 a { background-color: rgb(116,122,115); }

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

border-color css

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

 span { border-color: rgb(116,122,115); }

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