Html Css Color HEX #747873 Xanadu

📋 copy color: '#747873'

red 116 ◦ green 120 ◦ blue 115

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

Shades of Xanadu #747873

Tints of Xanadu #747873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.19%

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

R = 33.05%
G = 34.19%
B = 32.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#747873 (or 0x747873) is known color: Xanadu. HEX triplet: 74, 78 and 73. RGB value is (116,120,115). Sum of RGB (Red+Green+Blue) = 116+120+115=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 120 - color contains mainly: green. Hex color #747873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747873 is #8B878C. Grayscale: #767676. Windows color (decimal): -9144205 or 7567476. OLE color: 7567476.

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

Color convert

RGB 116 120 115 -
CMYK 0.03 0 0.04 0.53
HSL 108º 0.02% 0.46% -
HSV(B) 108º 0.04% 0.47% -
XYZ 17.01 18.38 18.87 -
YUV 118.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 116 120 115 0.03 0 0.04 0.53 108 0.02 0.46
Hex 74 78 73 3 0 4 35 6C 2 2E
Octal 164 170 163 3 0 4 65 154 2 56
Binary 1110100 1111000 1110011 11 0 100 110101 1101100 10 101110

Color Harmonies of #747873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747873

Black with #747873

Text Example


Text Example

White with #747873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747873; }

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

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

background-color css

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

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

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

border-color css

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

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

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