Html Css Color HEX #747773 Xanadu

📋 copy color: '#747773'

red 116 ◦ green 119 ◦ blue 115

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

Shades of Xanadu #747773

Tints of Xanadu #747773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 33.14%
G = 34%
B = 32.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#747773 (or 0x747773) is known color: Xanadu. HEX triplet: 74, 77 and 73. RGB value is (116,119,115). Sum of RGB (Red+Green+Blue) = 116+119+115=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 119 - color contains mainly: green. Hex color #747773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747773 is #8B888C. Grayscale: #757575. Windows color (decimal): -9144461 or 7567220. OLE color: 7567220.

HSL color Cylindrical-coordinate representation of color #747773: hue angle of 105º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747773 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 115 -
CMYK 0.03 0 0.03 0.53
HSL 105º 0.02% 0.46% -
HSV(B) 105º 0.03% 0.47% -
XYZ 16.89 18.14 18.83 -
YUV 117.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 116 119 115 0.03 0 0.03 0.53 105 0.02 0.46
Hex 74 77 73 3 0 3 35 69 2 2E
Octal 164 167 163 3 0 3 65 151 2 56
Binary 1110100 1110111 1110011 11 0 11 110101 1101001 10 101110

Color Harmonies of #747773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747773

Black with #747773

Text Example


Text Example

White with #747773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747773; }

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

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

background-color css

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

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

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

border-color css

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

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

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