Html Css Color HEX #747F70 Xanadu

📋 copy color: '#747F70'

red 116 ◦ green 127 ◦ blue 112

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

Shades of Xanadu #747F70

Tints of Xanadu #747F70

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 32.68%
G = 35.77%
B = 31.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#747F70 (or 0x747F70) is known color: Xanadu. HEX triplet: 74, 7F and 70. RGB value is (116,127,112). Sum of RGB (Red+Green+Blue) = 116+127+112=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 127 - color contains mainly: green. Hex color #747F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F70 is #8B808F. Grayscale: #7A7A7A. Windows color (decimal): -9142416 or 7372660. OLE color: 7372660.

HSL color Cylindrical-coordinate representation of color #747F70: hue angle of 104º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747F70 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 127 112 -
CMYK 0.09 0 0.12 0.50
HSL 104º 0.06% 0.47% -
HSV(B) 104º 0.12% 0.5% -
XYZ 17.72 20.06 18.27 -
YUV 122 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 116 127 112 0.09 0 0.12 0.50 104 0.06 0.47
Hex 74 7F 70 9 0 C 32 68 6 2F
Octal 164 177 160 11 0 14 62 150 6 57
Binary 1110100 1111111 1110000 1001 0 1100 110010 1101000 110 101111

Color Harmonies of #747F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F70

Black with #747F70

Text Example


Text Example

White with #747F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,127,112); }

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

background-color css

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

 a { background-color: rgb(116,127,112); }

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

border-color css

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

 span { border-color: rgb(116,127,112); }

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