Html Css Color HEX #747972 Xanadu

📋 copy color: '#747972'

red 116 ◦ green 121 ◦ blue 114

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

Shades of Xanadu #747972

Tints of Xanadu #747972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

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

R = 33.05%
G = 34.47%
B = 32.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#747972 (or 0x747972) is known color: Xanadu. HEX triplet: 74, 79 and 72. RGB value is (116,121,114). Sum of RGB (Red+Green+Blue) = 116+121+114=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 121 - color contains mainly: green. Hex color #747972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747972 is #8B868D. Grayscale: #767676. Windows color (decimal): -9143950 or 7502196. OLE color: 7502196.

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

Color convert

RGB 116 121 114 -
CMYK 0.04 0 0.06 0.53
HSL 102.86º 0.03% 0.46% -
HSV(B) 102.86º 0.06% 0.47% -
XYZ 17.08 18.6 18.61 -
YUV 118.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 116 121 114 0.04 0 0.06 0.53 102.86 0.03 0.46
Hex 74 79 72 4 0 6 35 67 3 2E
Octal 164 171 162 4 0 6 65 147 3 56
Binary 1110100 1111001 1110010 100 0 110 110101 1100111 11 101110

Color Harmonies of #747972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747972

Black with #747972

Text Example


Text Example

White with #747972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747972; }

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

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

background-color css

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

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

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

border-color css

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

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

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