Html Css Color HEX #747872 Xanadu

📋 copy color: '#747872'

red 116 ◦ green 120 ◦ blue 114

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

Shades of Xanadu #747872

Tints of Xanadu #747872

RGB

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

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

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

R = 33.14%
G = 34.29%
B = 32.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#747872 (or 0x747872) is known color: Xanadu. HEX triplet: 74, 78 and 72. RGB value is (116,120,114). Sum of RGB (Red+Green+Blue) = 116+120+114=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 120 - color contains mainly: green. Hex color #747872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747872 is #8B878D. Grayscale: #767676. Windows color (decimal): -9144206 or 7501940. OLE color: 7501940.

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

Color convert

RGB 116 120 114 -
CMYK 0.03 0 0.05 0.53
HSL 100º 0.03% 0.46% -
HSV(B) 100º 0.05% 0.47% -
XYZ 16.96 18.36 18.57 -
YUV 118.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 116 120 114 0.03 0 0.05 0.53 100 0.03 0.46
Hex 74 78 72 3 0 5 35 64 3 2E
Octal 164 170 162 3 0 5 65 144 3 56
Binary 1110100 1111000 1110010 11 0 101 110101 1100100 11 101110

Color Harmonies of #747872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747872

Black with #747872

Text Example


Text Example

White with #747872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747872; }

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

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

background-color css

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

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

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

border-color css

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

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

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